tutsplus / introduction-to-the-wordpress-rest-api

A sample project created powered by the WP REST API and jQuery for my Tuts+ course "Introducing the WP REST API"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructor: Bilal Shahid

WordPress REST API is a new addition to the WordPress core and has the potential to change the way we interact with WordPress. With the REST API, we can build front-end web or mobile apps that harness the power and reliability of the WordPress CMS.

In this course, Envato Tuts+ instructor Bilal Shaid will teach you everything to need to know to get started using the WordPress REST API. You'll start by taking a look at some fundamental topics like HTTP, REST API, and JSON. Then you'll go on to experiment with the WordPress REST API with the Postman HTTP client. Finally, you will learn to use the REST API with jQuery to retrieve and create posts from a front-end web interface.

Source Files Description

The source file repository contains three tags: v1.0, v1.1, and v1.2. To start from scratch with the barebone package, revert to the tag v1.0 by running the command git reset --hard v1.0. Similarly, v1.1 corresponds to the completed code in the lesson 5.1 and the tag v1.2 corresponds to the completed code in lesson 5.2.


These are source files for the Tuts+ course: Introduction to the WordPress Rest API

Available on Tuts+. Teaching skills to millions worldwide.

About

A sample project created powered by the WP REST API and jQuery for my Tuts+ course "Introducing the WP REST API"

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 95.8%Language:CSS 4.2%Language:JavaScript 0.0%