September 25, 2015 — The new WP REST API has a lot of functionality included. This talk will cover extending the API with your own custom routes, custom response data, authentication, sending non-JSON results, etc.
August 21, 2015 — На конференции WordCamp Russia Игорь расскажет про WordPress REST API: что это такое и зачем он нужен в целом. Игорь также рассмотрит кейс из личного опыта, где необходим обмен данными между внешним сайтом на WordPress и внутренним СДО-сайтом на Moodle.
August 1, 2015 — WordPress core contributor Taylor Lovett covers why the new JSON REST API (proposed for WordPress 4.1) is so awesome, as well as explains some cool things you can do with it and how you can start using it today.
July 17, 2015 — Backbone (and Underscore!) are bundled with WordPress – explore how you can leverage their power to deliver complex user experiences while keeping your code organized and maintainable.
First, we will explore why Backbone is awesome, and what it lets you create is amazing! We will look at some examples of where and how it is used to power web apps and increasingly large areas of the WordPress dashboard. Seeing these incredible user experiences built in Backbone will help get you excited about using Backbone in your next project.
Next, we will dig into Backbone fundamentals to get a crystal clear understanding of the fundamental concepts underlying Backbone applications: Models, Views and Collections. We’ll look at how these tie to templates, events and routes for rendering, interaction and state handling. We discuss using Backbone in themes and plugins: how to include Backbone, how to interact with the back end to get and put data, including using the new WP REST API. We will cover WordPress specific helper functions that help our Backbone projects.
Finally, we will explore several very simple Backbone applications that demonstrate interacting with WordPress using the Rest API.
July 15, 2015 — In Hans-Helges Session geht es um die WordPress REST API, mit deren Einführung WordPress zu einer erweiterten Framework wird. Der Kreativität sind damit kaum Grenzen gesetzt. Die Entwicklung sollte kein WordPress-Nutzer verpassen.
July 14, 2015 — This presentation gives a basic overview of what can you do with the WP REST API, even without knowing any PHP and offers theme developers a few reasons for why they may want to look into building themes that use the WP REST API.
July 11, 2015 — The REST API is an upcoming feature in WordPress, allowing access to your site via a RESTful API. The API brings WordPress into the future from the dark ages of the XML-RPC API. Find out what exactly the API is, along with how to use it, and how to extend it.
July 8, 2015 — This talk is on the current and future possibilities offered by the REST API in Jetpack and future WordPress versions for theme and plugin developers.
June 30, 2015 — JavaScript now offers one of the best ways to deliver a clean, well-structured front end for your WordPress website. In Luc’s talk we’ll combine tools like the REST API, Backbone and Handlebars to give developers more control then ever and a theme that’s a delight to both build and maintain.
June 22, 2015 — A focus on the emerging development and applications of the WordPress REST API, a plugin which “provides an easy to use REST API, available via HTTP.