December 7, 2015 — WordPress REST API
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.
November 18, 2015 — A common refrain when building software is “think of the user first!” Let’s take a look at how we define our users, how that shapes what we build for them, and what that might mean for the holy grail of a core fields API.
November 18, 2015 — Cachovanie modulov – WordPress API + Redis/memcached cachovanie na urovni databazy WordPress best practices.
November 17, 2015 — Learn to use WordPress’s built in functionality (especially the HTTP library) to integrate with external APIs. We’ll touch on properly caching results to keep your site fast, fault tolerance, and even how to handle those strange APIs that send you data when you didn’t send a request for it (PayPal IPNs anyone?). We’ll talk theory, but mostly we’ll look at plenty of code and walk through examples from plugins that you can constantly refer back to for example code.
November 17, 2015 — Advanced Topics in WordPress Development
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.
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.”
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!
October 1, 2015 — In this session Steven will cover how you can integrate WordPress with external APIs. This will be done with the help of a creatively written story and with the help of actors who will play the part of the various stages of the API calls from retrieving the token from a server to the transaction and even the nasty old chargeback. Steven will be using the PayPal and Braintree API’s as his example API’s.
Steven’s talk will be entertainment from the very beginning, engaging young and old alike and suitable for all ages. Actors in a talk, who’d have thunk it!? Quite often developers use API’s via SDKs and don’t understand the interactions that are happening so Steven thought this would be a light hearted way to make the journey entertaining!
Steven’s talk will cover some of the following topics:
– The benefits of using the WordPress HTTP API.
– How to use the WordPress HTTP API.
– Token based authentication with an API.
– Debugging and testing APIs.