WPoniOS - Rest API is a plugin which provide a rest interface in WordPress CMS.
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:
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-1-5
Downloads: 338
Got something to say? Need help?