WordPress REST API Hacking

Potomac

The REST API is an awesome plugin to expose your data from the WordPress core. But… the standard implementation might not fit your specific case. Just like the WordPress core you’ll be able to extend it to your specific needs. I’ll show you how to handle authentication, introduce caching strategies, alter custom post types or even change the default way of communication altogether.

Intermediate WordPress