|
| 1 | +--- |
| 2 | +title: WP REST API v2 Resources |
| 3 | +--- |
| 4 | +Resources |
| 5 | +========= |
| 6 | + |
| 7 | +Client Libraries |
| 8 | +---------------- |
| 9 | + |
| 10 | +* [Backbone.js client][] |
| 11 | +* [Node.js client][] |
| 12 | +* [Angular.js client][] |
| 13 | +* [PHP client][] |
| 14 | +* [C# client][] |
| 15 | +* [Mixradio API client for Windows Phone][] |
| 16 | + |
| 17 | +[Backbone.js client]: https://github.com/WP-API/client-js |
| 18 | +[Node.js client]: https://github.com/kadamwhite/wordpress-rest-api |
| 19 | +[Angular.js client]: https://github.com/jeffsebring/angular-wp-api |
| 20 | +[PHP client]: https://github.com/WP-API/client-php |
| 21 | +[C# client]: https://github.com/maxcutler/wp-api-csharp |
| 22 | +[Mixradio API client for Windows Phone]: https://github.com/mixradio/wp-api-client |
| 23 | + |
| 24 | +Authentication |
| 25 | +-------------- |
| 26 | + |
| 27 | +* [OAuth 1.0a server plugin][] |
| 28 | +* [Basic Authentication][] |
| 29 | + |
| 30 | +[OAuth 1.0a server plugin]: https://github.com/WP-API/OAuth1 |
| 31 | +[Basic Authentication]: https://github.com/WP-API/Basic-Auth |
| 32 | + |
| 33 | + |
| 34 | +Tools |
| 35 | +----- |
| 36 | + |
| 37 | +* [WP-CLI client][] |
| 38 | +* [API Console][] |
| 39 | +* [WP JSON API Connect][] |
| 40 | +* [API client UI][] |
| 41 | + |
| 42 | +[WP-CLI client]: https://github.com/WP-API/client-cli |
| 43 | +[API Console]: https://github.com/WP-API/api-console |
| 44 | +[WP JSON API Connect]: https://github.com/WebDevStudios/WP_JSON_API_Connect |
| 45 | +[API client UI]: https://github.com/modemlooper/Api-Clients |
| 46 | + |
| 47 | + |
| 48 | +WordPress Plugin Integrations |
| 49 | +------------------------------ |
| 50 | +* [BuddyPress][] |
| 51 | +* [bbPress][] |
| 52 | +* [Pods Framework][] |
| 53 | +* [WooCommerce][] |
| 54 | + |
| 55 | +[BuddyPress]: https://github.com/modemlooper/buddypress-json-api |
| 56 | +[bbPress]: https://github.com/thenbrent/BB-API |
| 57 | +[Pods Framework]: https://github.com/pods-framework/pods-json-api |
| 58 | +[WooCommerce]: http://woothemes.github.io/woocommerce/rest-api |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +Slides & Videos |
| 63 | +--------------- |
| 64 | + |
| 65 | +* [Rachel Baker: Put Your Content to REST With WP-API][] |
| 66 | +* [The WordPress JSON REST API][] |
| 67 | +* [Heartbeat + WP REST API v2][] |
| 68 | +* [Taylor Lovett: JSON REST API for WordPress][] |
| 69 | +* [K. Adam White: WordPress in Weird Places][] |
| 70 | +* [Ryan McCue: The WordPress REST API (WCNYC)][] |
| 71 | + |
| 72 | +[Rachel Baker: Put Your Content to REST With WP-API]: http://wordpress.tv/2014/07/06/rachel-baker-put-your-content-to-rest-with-wp-api/ |
| 73 | +[The WordPress JSON REST API]: https://speakerdeck.com/rmccue/wcmke2014 |
| 74 | +[Heartbeat + WP REST API v2]: http://www.getsource.net/wp-content/uploads/2014/08/WCNYC-Heartbeat.pdf |
| 75 | +[Taylor Lovett: JSON REST API for WordPress]: http://www.slideshare.net/tlovett1/json-rest-api-for-wordpress-39599181 |
| 76 | +[K. Adam White: WordPress in Weird Places]: http://kadamwhite.github.io/talks/2014/wcsf-node-wp/#/ |
| 77 | +[Ryan McCue: The WordPress REST API (WCNYC)]: https://wordpress.tv/2014/11/19/ryan-mccue-the-wordpress-rest-api/ |
| 78 | + |
| 79 | +REST Info & Tools |
| 80 | +----------------- |
| 81 | + |
| 82 | +* [More About REST][] |
| 83 | +* [Postman HTTP Chrome Plugin][] |
| 84 | +* [Paw HTTP App for OSX][] |
| 85 | +* [JSONView Chrome Extension][] |
| 86 | + |
| 87 | +[More About REST]: http://www.restapitutorial.com/lessons/whatisrest.html |
| 88 | +[Postman HTTP Chrome Plugin]: https://www.getpostman.com/ |
| 89 | +[Paw HTTP App for OSX]: http://luckymarmot.com/paw |
| 90 | +[JSONView Chrome Extension]: https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc |
| 91 | + |
| 92 | +Tutorials |
| 93 | +--------- |
| 94 | +* [An Overview of the WordPress JSON API][] Detailed Overview of the REST API projects and helpful links. |
| 95 | +* [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. |
| 96 | +* [WordPress REST API][] A basic introduction to the REST API. |
| 97 | +* [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. |
| 98 | +* [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. |
| 99 | +* [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. |
| 100 | +* [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. |
| 101 | +* [Using AngularJS And JSON API In Your WordPress Theme][] An introduction to using the REST API, and Angular JS in a WordPress theme. |
| 102 | +* [Working with Meta Data Using the JSON REST API][] Using the REST API to work with post meta data. |
| 103 | +* [Working with Taxonomies Using the JSON REST API][] Using the REST API to work with taxonomies. |
| 104 | +* [Processing Forms with AJAX Using the JSON REST API][] A guide to using the REST API to edit posts using AJAX. |
| 105 | + |
| 106 | +[An Overview of the WordPress JSON API]:http://webdevstudios.com/2014/10/16/an-overview-of-wordpress-json-api/ |
| 107 | +[Using the WordPress REST API in a mobile app]: http://apppresser.com/using-wordpress-rest-api-mobile-app/ |
| 108 | +[WordPress REST API]: http://themergency.com/wordpress-rest-api/ |
| 109 | +[A Look at the WordPress HTTP API]: http://code.tutsplus.com/tutorials/a-look-at-the-wordpress-http-api-a-review--wp-32531 |
| 110 | +[Designing a class: WordPress API client]: http://carlalexander.ca/designing-class-wordpress-api-client |
| 111 | +[An Introduction To The JSON REST API]: http://torquemag.io/introduction-wordpress-new-universal-connector-json-rest-api/ |
| 112 | +[An Introduction To The JSON REST API Part2]: http://torquemag.io/introduction-wordpress-rest-api-part-2/ |
| 113 | +[Using AngularJS And JSON API In Your WordPress Theme]: http://1fix.io/blog/2014/11/05/angularjs-json-api-wp-theme/ |
| 114 | +[Working with Meta Data Using the JSON REST API]: http://torquemag.io/working-meta-data-using-json-rest-api/ |
| 115 | +[Working with Taxonomies Using the JSON REST API]: http://torquemag.io/working-taxonomies-using-json-rest-api/ |
| 116 | +[Processing Forms with AJAX Using the JSON REST API]: http://torquemag.io/processing-forms-ajax-using-json-rest-api/ |
| 117 | + |
0 commit comments