Resources
Client Libraries
- Backbone.js client
- Node.js client
- Angular.js client
- PHP client
- C# client
- Mixradio API client for Windows Phone
Authentication
Tools
WordPress Plugin Integrations
Slides & Videos
- Rachel Baker: Put Your Content to REST With WP-API
- The WordPress JSON REST API
- Heartbeat + WP REST API
- Taylor Lovett: JSON REST API for WordPress
- K. Adam White: WordPress in Weird Places
- Ryan McCue: The WordPress REST API (WCNYC)
REST Info & Tools
Tutorials
- An Overview of the WordPress JSON API Detailed Overview of the REST API projects and helpful links.
- Using the WordPress REST API in a mobile app A detailed tutorial with complete example code on the basics of using the REST API in a app outside of WordPress.
- WordPress REST API A basic introduction to the REST API.
- A Look at the WordPress HTTP API Part of a series on the WordPress HTTP API, which can be used to interact with the WordPress REST API from within WordPress.
- Designing a class: WordPress API client Guide to building a class for making GET requests to the REST API’s users end point via the WordPress HTTP API.
- An Introduction To The JSON REST API An introduction to interacting with the REST API from inside of WordPress, showing how to retrieve and display data from the current site or a remote site via GET requests.
- An Introduction To The JSON REST API Part2 More information on how interact with the REST API from inside of WordPress, showing how to create posts using data from a remote site, or create posts on a remote site.
- Using AngularJS And JSON API In Your WordPress Theme An introduction to using the REST API, and Angular JS in a WordPress theme.
- Working with Meta Data Using the JSON REST API Using the REST API to work with post meta data.
- Working with Taxonomies Using the JSON REST API Using the REST API to work with taxonomies.
- Processing Forms with AJAX Using the JSON REST API A guide to using the REST API to edit posts using AJAX.