Skip Menu |

This queue is for tickets about the App-wp-xmlrpc CPAN distribution.

Report information
The Basics
Id: 121337
Status: resolved
Priority: 0/
Queue: App-wp-xmlrpc

People
Owner: Nobody in particular
Requestors: ty.roden [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: App::wp::xmlrpc no sample code
Date: Sun, 23 Apr 2017 19:12:50 -0400
To: bug-App-wp-xmlrpc [...] rt.cpan.org
From: Ty Roden <ty.roden [...] gmail.com>
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.
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.