plugin-icon

WPoniOS

作者:vincentsaluzzo·
WPoniOS - Rest API is a plugin which provide a rest interface in WordPress CMS.
版本
1.0
最后更新
Jan 5, 2012

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
免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 3.3.2
这个插件是可用的下载,适用于您的站点。