Skip to content

Instantly share code, notes, and snippets.

@davidroyer
Forked from chrismccoy/restapi.txt
Created May 13, 2016 22:12
Show Gist options
  • Save davidroyer/4e160fd8955084a5df5eed4be09b4848 to your computer and use it in GitHub Desktop.
Save davidroyer/4e160fd8955084a5df5eed4be09b4848 to your computer and use it in GitHub Desktop.
WordPress REST API Resources
WP REST API: Internals and Customization
http://code.tutsplus.com/tutorials/wp-rest-api-internals-and-customization--cms-24945
Submit WordPress Posts from the Front-End with the WP-API
https://apppresser.com/wp-api-post-submission/
Demo plugin using wp.Backbone.View and the WP JSON REST API v2
https://github.com/brianhogg/wp-backbone-view-rest-api-demo
A Swift iOS application that demonstrates using WordPress API
https://github.com/pierrem/WordPress-API-Demo
Using AngularJS and JSON API to retrieve WordPress content
http://amielucha.com/angularjs-json-rest-api-with-wordpress/
A WordPress REST API White Paper
https://hmn.md/wordpress-rest-api-white-paper/
Prepares WordPress objects, using the REST API, without a separate HTTP request.
https://github.com/Shelob9/rest-format
A JavaScript client for the WordPress JSON API
https://github.com/kadamwhite/wordpress-rest-api
Common access and security filters for the WordPress REST API
https://github.com/Shelob9/jp-rest-access
Client for creating and updating posts via the WordPress REST API via the WordPress HTTP API
https://github.com/Shelob9/jp-wp-api-rest-api-client
Cache for WordPress REST API
https://github.com/Shelob9/jp-rest-cache
Using the WordPress REST API in a mobile app
https://apppresser.com/using-wordpress-rest-api-mobile-app/
AJAX Media Upload using the REST API
http://www.roysivan.com/ajax-media-upload-jquery-wp-api/
Adding Custom Routes to the WordPress REST API
http://torquemag.io/2015/06/adding-custom-routes-wordpress-rest-api/
Working with post meta data with the WordPress REST API
http://torquemag.io/2015/07/working-with-post-meta-data-using-the-wordpress-rest-api/
Creating a mobile app with the REST API and React Native
https://deliciousbrains.com/creating-mobile-app-wp-api-react-native/
WordPress REST API Experiment
http://codepen.io/ahmadawais/pen/aORdVV
WordPress REST API Basics
https://kinsta.com/blog/wordpress-rest-api-basics/
How to use the WordPress REST API
http://premium.wpmudev.org/blog/using-wordpress-rest-api/
The Ultimate Guide to the WordPress REST API
http://torquemag.io/2015/09/the-ultimate-guide-to-the-wordpress-rest-api-an-ebook-by-josh-pollock/
JavaScript API for WordPress
http://wpcomjs.com/
The WordPress REST API
https://poststatus.com/wordpress-json-rest-api/
Working with Taxonomies using the REST API
http://torquemag.io/2014/10/working-taxonomies-using-json-rest-api/
Building Themes With AngularJS and WP REST API
https://1fix.io/angularjs-wp-rest-api/
The adventure of building my first Angular app with the WordPress REST API
http://braginteractive.com/the-adventure-of-building-my-first-angular-app-with-the-wordpress-rest-api/
A simple WordPress theme implemented using the WP Rest API
https://github.com/rase-/rest-api-theme
WordPress theme built with Backbone.js using the new WP REST API
http://trevan.co/front-end-wordpress-theme/
An untechnical guide to the WordPress REST API
http://torquemag.io/2015/11/an-untechnical-guide-to-the-wp-rest-api-a-free-white-paper-for-non-developers/
AngularJS Wordpress Theme - used for building single page client side applications using WordPress
https://github.com/royboy789/Angular-Wordpress-Theme
A WordPress starter theme built off _s and the JSON REST API Backbone client.
https://github.com/tlovett1/_s_backbone
basic wp theme based on angular js
https://github.com/tarex/Angular-WordPress-Theme
A presentation theme that uses the REST API
https://github.com/jacklenox/picard-present
AngularJS And WP REST API WordPress Theme
https://github.com/1fixdotio/angularjs-demo-theme
A bare-bones AngularJS blog app designed to work with the Wordpress JSON REST API.
https://github.com/michaelbromley/angular-wordpress-seed
A WordPress theme built with Backbone that uses front-end routing.
https://github.com/trevanhetzel/backbone-wp
WP-API Photo Blog Theme
https://github.com/mattheu/mph-photos
Feelingrestful WordPress React JS theme
https://github.com/humanmade/feelingrestful-theme
Angular app that uses the WP REST API
https://github.com/braginteractive/ngWP
A WordPress theme powered by the WordPress REST API and Vue.js
https://github.com/gilbitron/wp-rest-theme
AngularJS and WordPress co-existing
https://github.com/studioraygun/angularwp
A react-based recipe theme for WordPress
https://github.com/ryelle/Anadama-React
Starter SPA front-end backed by the WordPress REST API
https://github.com/shelob9/josie
A stripped down example of a WordPress theme that uses Backbone.js
https://github.com/tollmanz/backbone-wordpress-theme
@cj-andrew
Copy link

Should this be ordered by difficulty or effort? Or is that already the case? I'm asking for a friend who is completely new to the REST API, but would like a leg up. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment