WPoniOS

WPoniOS – Rest API is a plugin which provide a rest interface in WordPress CMS.

Author:Vincent Saluzzo (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.3.2
Plugin version:1.0
Added to WordPress repository:05-01-2012
Last updated:05-01-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.jesuisdeveloppeur.com
Total downloads:1 086
plugin download
Click to start download

WPoniOS - Rest API is a plugin which provide a rest interface in WordPress CMS.

The REST interface return and accept JSON-Format data. Example:

[
    { 
        "post_type":"post",
        "post":"this is the post body",
        "date":"04/01/2012"
    },
    ...
]

The REST API provide methods to get information about post, page, comment, tag and category:

  • GET /posts
  • GET /post/:post_id
  • GET /post/:post_id/comments
  • GET /post/:post_id/comment/:comment_id
  • PUT /post/:post_id/comment
  • GET /pages
  • GET /page/:page_id
  • GET /page/:page_id/comments
  • GET /page/:page_id/comment/:comment_id
  • PUT /page/:page_id/comment
  • GET /categories
  • GET /tags

ChangeLog