Skip to content

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

License

Notifications You must be signed in to change notification settings

MannusEtten/POSSIBLE.WordPress.XmlRpcClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSSIBLE.WordPress.XmlRpcClient

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: POSSIBLE.WordPress.XmlRpcClient code usage example

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.getComment
  • wp.getComments
  • wp.getCommentCount
  • wp.newPost
  • wp.newComment
  • wp.editComment

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Batchfile 0.2%