Introduction
  • An Introduction to the WordPress REST API [9:16]
  • Course Example Files on Github
HTTP & HTTP Requests
  • A Deeper Look at HTTP
  • Different Ways to Make HTTP Requests
  • DEMO - HTTP Requests w Browser & Postman
HTTP Requests Inside of WordPress
  • HTTP Requests Inside of WordPress
  • DEMO - HTTP Requests with Backbone Client
  • DEMO - HTTP Requests with WP HTTP API
  • DEMO - WP CLI REST Commands
HTTP Requests Outside of WordPress
  • HTTP Requests Outside of WordPress
  • DEMO - HTTP Requests with XMLHttpRequest and JavaScript
  • DEMO - HTTP Requests with fetch and JavaScript
  • DEMO - HTTP Requests with jQuery AJAX
  • DEMO - HTTP Requests with the JavaScript WP API Client
  • DEMO - HTTP Requests with the PHP Requests Library
  • DEMO - HTTP Requests with HTTPie from the Command Line
  • HTTP Requests Outside of WordPress - Review
The WordPress REST API - Routes, Schema & Endpoints
  • Discoverability and the WP API Index
  • Routes Endpoints and Schema
  • Exploring Core WP REST API Endpoints
Core WordPress REST API Endpoints [DEMOS]
  • DEMO - Post Endpoints
  • DEMO - Category Endpoints
  • DEMO - Tag Endpoints
  • DEMO Taxonomy Endpoints
  • DEMO - Comment Endpoints
  • DEMO - Page Endpoints
  • DEMO - Post Type Endpoints
  • DEMO - Media Endpoints
  • DEMO - Post Status Endpoints
  • DEMO - User Endpoints
  • DEMO - Practice with JavaScript
Customizing WordPress REST API Requests
  • Passing Arguments to WP Endpoints with HTTP Requests
  • WP API _links and _embed
  • DEMO- Making Custom WP REST API Requests
  • DEMO - Post Arguments
  • DEMO - Page Arguments
  • DEMO - Practice Custom Requests
PROJECT - Building A Decoupled WordPress REST API Powered JavaScript Site
  • PROJECT- A Decoupled WP Powered JavaScript Site
  • PROJECT - Setting Up the Project
  • PROJECT - Site Title and Description
  • PROJECT - Adding the Menu
  • PROJECT - Starting the Router
  • PROJECT - The Page Component
  • PROJECT- Listing Posts
  • PROJECT- Single Posts
  • PROJECT- Post Comments
  • PROJECT- Categories Widget
  • PROJECT - Category Archives
  • PROJECT - Tags Widget
  • PROJECT - Tag Archive
  • PROJECT - Media Gallery
  • PROJECT - User Pages
  • PROJECT - User Posts
  • PROJECT - Wrap Up and Next Steps
Sneak Peak from WP API Next Course!
  • An Introduction to Authentication with the WP REST API