Slide 9
Slide 9 text
Hire the top 3% of freelance talent www.toptal.com
Toptal Confidential
Quick overview of the REST-API
@donini
Characteristics of the WordPress REST API:
1) It’s possible manipulate posts, custom-posts, pages, categories,
tags, comments, taxonomies, media, users and settings;
2) Uses the HTTP methods to transmit data, like POST, GET, PUT,
DELETE;
3) Don’t need extra knowledge of PHP.