- Overview
- Transcript
6.1 Conclusion
That's the end of our exploration of the WordPress REST API. I hope that you will now have the confidence to start using the WP REST API in your own projects. My name's Bilal Shahid, and from all of us here at Envato Tuts+, thanks for watching.
1.Introduction1 lesson, 01:17
1.1Introduction01:17
2.How REST APIs Work3 lessons, 15:33
2.1HTTP Methods and Response Codes04:34
2.2Routes and Endpoints03:43
2.3JSON07:16
3.Set Up the Environment2 lessons, 08:22
3.1Set Up a Local WordPress Install04:16
3.2Installing the HTTP Client Postman04:06
4.Exploring the WordPress REST API4 lessons, 21:43
4.1The Index Route05:59
4.2OPTIONS Requests03:26
4.3Retrieve Data With GET Requests05:28
4.4Create, Update, and Delete Data06:50
5.The WordPress REST API in Action2 lessons, 16:47
5.1Retrieve Data With jQuery08:02
5.2Create Data With the WP REST API and jQuery08:45
6.Conclusion1 lesson, 00:59
6.1Conclusion00:59
6.1 Conclusion
So in this course, we introduced ourselves to the WP REST API. At first, we look at basic concepts like HTTP, its methods, Routes, Endpoints, and JSON. Then we set up the working environment by configuring a demo WordPress install and populating it with some demo data. And install the postman Klein and familiarize ourselves with its interface. Then to begin working with the WP REST API and learn to perform several actions like navigating the API and retrieving, creating, updating and deleting data. And finally, in the last section of this course, we created a sample project that allows us to retrieve and create posts using the WP REST API and jQuery. I hope that you will now be confident enough to start exploring the API by yourself and use it in your projects. My name is Bilal Shahid. And from all of us here at Tuts+, thanks for watching.