API Reference XMLRPC v1.4.2

Modules

Encode and decode elixir terms to XML-RPC parameters. All XML-RPC parameter types are supported, including arrays, structs and Nil (optional).

Elixir datatype to store base64 value.

Struct to store a date-time in xml-rpc format (a variation on ISO 8601).

This module does the work of decoding an XML-RPC call or response.

Utility functions helpful for encoding XML.

This module does the work of encoding an XML-RPC call or response.

struct defining an xml-rpc 'fault' response

struct defining an xml-rpc call (note array of params)

struct defining an xml-rpc response (note single param)