‘WP REST API’ Videos

  • Nikolay Bachiyski: React and Flux for WordPress Developers

    WordCamp Vienna 2015Speaker: Nikolay Bachiyski

    December 5, 2015 — React.js and Flux by Facebook shook the JavaScript world by rethinking the basic approach to reacting to data changes. This new approach is extremely important for WordPress developers in the age of the modern REST API.

    Presentation Slides »

  • Jack Lenox: Building Themes with the WP REST API

    WordCamp Vienna 2015Speaker: Jack Lenox

    December 4, 2015 — With the REST API shortly due to be merged into WordPress core, this will be a talk/workshop about advanced theming techniques that allow theme developers to utilise it. The session will take the shape of a background to the WP REST API and how it works, and an exploration of building themes that mix best practice, current theming techniques with pioneering theming techniques of the future.

    Presentation Slides »

  • Simone D’Amico: Introduction to WP REST API

    WPDay 2015Speaker: Simone D’Amico

    November 13, 2015 — WP REST API, se ne sente parlare sempre più spesso. Ma cosa sono? A cosa servono? In quali casi conviene utilizzarle? In questo talk troverai la risposta a queste domande e scoprirai come utilizzarle e come rendere più leggera e performante l’interfaccia di un progetto WordPress.

    Presentation Slides »

  • Daniel Pataki: Interacting With REST APIs Within WordPress

    WordCamp Netherlands 2015Speaker: Daniel Pataki

    October 22, 2015 — Interacting with APIs like the Twitter seems scary at first but with some of the basic tools WordPress offers (Transients API, HTTP API, etc) it is easy to get going. Daniel will show you how you can talk to APIs in a few easy steps.

  • Christoffer Larsson: Building Great Things with the WordPress API

    WordCamp Norrköping 2015Speaker: Christoffer Larsson

    October 9, 2015 — WordPress is evolving, and a big part in that is the REST API that soon will be shipped in a WordPress installation near you. This is a presentation of what, why and how to use the API with some concrete examples and findings from the Swedish media startup KIT that recently launched their site based on WordPress as “just a backend.”

    Presentation Slides »

  • Nathan Shubert-Harbison: Building Theme Components With the WP REST API and Angular.js

    WordCamp Vancouver 2015Speaker: Nathan Shubert-Harbison

    October 5, 2015 — I’ll give an introduction to the WordPress REST API and Angular.js in the form of a high level overview (why they exist, what problems they solve, the future of the REST API), and proceed to walk through building theme components with the REST API and Angular.js. I’ll discuss the concerns leading a theme author to chose to build asynchronous components, such as caching issues. Live examples of REST API/Angular.js components will be discussed, with examples of how I built them. Time permitting I’ll conclude by building a REST API/Angular.js theme component live, though will likely do it Emeril Lagasse style (here’s a directive I baked earlier!) due to time constraints.

    Presentation Slides »

  • Ryan McCue: The WordPress REST API

    WordCamp Brisbane 2015Speaker: Ryan McCue

    October 2, 2015 — The WordPress REST API is a simple but powerful way to interact with WordPress. There is also a 2.0 Beta available on Github which is being actively maintained and updated as the project works it’s way into WordPress core. Ryan started this project as a WordPress Google Summer of Code project and it has been growing in leaps and bounds since that project started.
    This project will affect everyone who works with WordPress! The WordPress REST API will change the way use WordPress as it’s not only able to expose WordPress content, meta, users and media in JSON. You can easily extend the API to expose content and settings from custom post types you’ve created and plugins that you have developed. Not only can you view the data but you can perform any CRUD activities provided you’re authenticated via the API’s endpoints.
    This means that you can use mobile, desktop and web applications that you create in any programming language or framework and update your WordPress data without having to login to WordPress. This will really make it a lot easier to use “WordPress as an application framework”. Ryan’s talk will cover the project goals and will make you excited about the future of WordPress!

  • Jack Lenox: Theme Development With the REST API

    WordCamp Prague 2015Speaker: Jack Lenox

    September 28, 2015 — Přednáška Jacka Lenoxe na téma Theme Development with the REST API.

    Presentation Slides »

  • Zoran Ugrina: WP REST API

    WordCamp Belgrade 2015Speaker: Zoran Ugrina

    September 26, 2015 — I would like to speak about WordPress JSON API and new possibility what developer can do with WordPress. With REST API now we can easily fetch content in JSON format, but we can also much easily communicate between frontend and backend. The idea is to motivate developer to use API for creating new cool things with WordPress.