An implementation of a WordPress XML-RPC client. The package depends on the XML-RPC.NET package and currently is implemented for read and write actions based against the WordPress 3.9 XML-RPC specification
The WordPress XML-RPC feed by default lives in the root of your WordPress application (/xmlrpc.php). All you need to provide to download content is a WordPress username / password with admin rights, and the domain that your WordPress instance lives on.
An example of the syntax used is below:
The following methods are supported (as of version 1.0) and were tested against WordPress 3.9.1
- wp.getPost
- wp.getPosts
- wp.getMediaItem
- wp.getMediaLibrary
- wp.getTaxonomy
- wp.getTaxonomies
- wp.getTerm
- wp.getTerms
- wp.getUser
- wp.getUsers
- wp.getUsersBlogs
- wp.getComment
- wp.getComments
- wp.getCommentCount
- wp.newPost
- wp.newComment
- wp.editComment
- wp.newTerm
- wp.uploadFile