OAuthRest

OAuthRest is an implementation of a resourceful REST api. It uses authentication via the oauth-provider plugin.

Author:Jeff Ching (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:3.3.2
Plugin version:0.1
Added to WordPress repository:04-05-2012
Last updated:10-05-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://github.com/chingor13/oauth-rest
Total downloads:1 834
plugin download
Click to start download

This plugin enables a resourceful REST interface for posts and comments. Authentication is handled via the oauth-provider plugin.

For more information about resourceful routing, see here.

Acceptable return formats:

  • JSON

Endpoints:

  • GET - /api/posts.:format
  • GET - /api/posts/:id.:format
  • POST - /api/posts.:format
  • PUT - /api/posts/:id.:format
  • GET - /api/comments.:format
  • GET - /api/comments/:id.:format
  • POST - /api/comments.:format
  • PUT - /api/comments/:id.:format

FAQ
ChangeLog