Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

WPoniOS

Deskripsyon

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

Pag-install

  1. Upload the entire wponios-restapi folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Configure the plugin through the WPoniOS menu in WordPress.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “WPoniOS” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “WPoniOS” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.0

  • First version