XML-RPC shim that lets MarsEdit list and fetch posts from this blog.
Implements just enough of the micro.blog / MetaWeblog / WordPress XML-RPC vocabulary for MarsEdit to function.
Summary
Functions
Handle a single XML-RPC method call.
Types
Functions
Handle a single XML-RPC method call.
Arguments
method_nameis the XML-RPC method name.paramsis the decoded parameter list fromXMLRPC.MethodCall.
Returns
{:ok, value}wherevalueis the Elixir term to encode as the<methodResponse>payload.{:fault, code, message}for method-not-found and other protocol errors.