Upgrade to Pro — share decks privately, control downloads, hide ads and more …

A Day of REST 2016

Ryan McCue
January 28, 2016

A Day of REST 2016

"Introduction to the WP REST API" - A brief history of the REST API plugin.

Ryan McCue

January 28, 2016
Tweet

More Decks by Ryan McCue

Other Decks in Programming

Transcript

  1. Responses $ http demo.wp-api.org/wp-json/v2/wp?_envelope HTTP/1.1 200 OK { "body": {

    "name": "WP API Demo", "description": "Just another WordPress site”, "_links": { ... }, "headers": { "Allow": "GET" }, "status": 200 }