WordPress REST API Complete Beginners Guide
- 4.3
Brief Introduction
Use JavaScript and the WordPress REST API in Themes, Plugins & Decoupled SitesDescription
In this course you get an in-depth introduction to working with the WordPress REST API.
We start with going over how HTTP and REST APIs work and practice making demo requests. Then, we explore various ways to make requests with JavaScript to the WordPress REST API, both from inside WordPress and outside of WordPress.
The course then goes in depth over all of the routes, schema and endpoints in the WordPress REST API along with demos and practice getting different types of data from the WordPress REST API, including posts, pages, media and more.
Requirements
- Requirements
- Basic HTML - Know how to build a simple HTML page and work with HTML forms.
- Basic CSS - Know how to responsively style HTML pages with CSS.
- Basic JS - Know basic syntax, DOM and events.
- Basics WordPress Development (Check Out My Other Course)