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
このプラグインをダウンロードして、 サイトに使用できます。