You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of a WordPress XML-rpc client. Depends on the XML-RPC.NET and currently is implemented for read actions based against the wordpress xml-rpc specification
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
Usage
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
About
An implementation of a WordPress XML-rpc client. Depends on the XML-RPC.NET and currently is implemented for read actions based against the wordpress xml-rpc specification