On Sun, 23 Apr 2017 23:12:58 GMT, ty.roden@gmail.com wrote:
Show quoted text> The App::wp::xmlrpc code seems to be well done.
>
> The issue is quite frankly that there is not a single bit of sample code to
> go by, and I am clearly missing how to use it. Please help if you can.
> Thank you.
This module is meant to be the backend of wp-xmlrpc script so see the POD of that script to see how to use it from the command-line. If you want to interact with a WordPress site programmatically, use XMLRPC::Lite. I've added some pointer on how to use XMLRPC::Lite in App::wp::xmlrpc's Synopsis. Hope that helps.