SwiftXmlRpc

0.8.6

An XML-RPC protocol implementation for Swift
helje5/SwiftXmlRpc

What's New

Five-Dot-0

2021-01-03T20:07:40Z

This release makes SwiftXmlRpc work with older Swift versions. Because we care!

Swift XML-RPC

XML-RPC protocol support for Swift.

An XML-RPC parser and a simple XML-RPC client object based upon URLSession (if available).

Performing a simple call:

#!/usr/bin/swift sh
import XmlRpc // AlwaysRightInstitute/SwiftXmlRpc

let client  = XmlRpc.createClient("https://www.xmlrpc.com/RPC2")
let methods = try client.system.listMethods()

The package also contains a small XML-RPC commandline client. It can be invoked like that:

swift run xmlrpc_call "http://yourserver/RPC2" system.listMethods

Learn more about XML-RPC in Swift in our blog article: Writing an Swift XML-RPC Server.

Links

Who

Swift XML-RPC is brought to you by the Always Right Institute and ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 20 2024 12:09:42 GMT-0900 (Hawaii-Aleutian Daylight Time)