August 22, 2018 — WordPress is much more than just website building software. It can be used as an application layer for everything from the Internet of Things, to custom Alexa skills, self-hosted slack bots, and more. This talk provides an introduction to some interesting uses of the WordPress REST API, and showcases examples of how WordPress can be a useful tool for interacting with the Internet of Things in the real world. We’ll cover how to easily connect any WordPress site to a variety of external services using existing plugins, and where to learn more about extending the REST API to serve as an endpoint for applications and devices.
August 22, 2018 — In this talk, we’ll explore:
– How the WP REST API can enable web to print workflows through InDesign,
– Making your content more accessible through Google Home and Alexa
– Even distribute your content to services your readers have built to consume content on their own terms.
Come explore how the REST API can truly be the foundation of a more open web.
August 19, 2018 — In this session I’ll demonstrate how you can use the WordPress and WooCommerce REST APIs to seamlessly integrate your business applications with your webstore and remove any duplication and double data entry by:
downloading WooCommerce Orders into your internal CRM
uploading Products and Images from your internal CRM to WordPress and WooCommerce
use Webhooks to receive instant notifications of new WooCommerce orders
If you haven’t used the WooCommerce REST API or not sure why you might use it this session will show you the benefits of integrating with the WooCommerce API.
August 11, 2018 — Přednáška od Jaroslava Polakoviče na téma REST API.
August 11, 2018 — Přednáška od Vladislava Musílka na téma WooCommerce REST API.
August 9, 2018 — In this workshop we will learn about JavaScript fundamentals like the DOM, Events and JSON all using native JavaScript. Then we will introduce the WordPress REST API and look at how to use it in both WordPress themes and stand alone JavaScript applications. Come get a foundation level understanding of this important topic of JavaScript and API driven WordPress development.
Some experience with jQuery or JavaScript is encouraged.
COME PREPARED!
Make sure you come prepared! Come early to make sure you’re ready to go.
For this workshop you will want to have the following:
Laptop
A working local WordPress install with SSL on your laptop (Zac suggests using Local by Flywheel or DesktopServer for easy setup)
A Code Editor
August 9, 2018 — In this workshop we will learn about JavaScript fundamentals like the DOM, Events and JSON all using native JavaScript. Then we will introduce the WordPress REST API and look at how to use it in both WordPress themes and stand alone JavaScript applications. Come get a foundation level understanding of this important topic of JavaScript and API driven WordPress development.
Some experience with jQuery or JavaScript is encouraged.
COME PREPARED!
Make sure you come prepared! Come early to make sure you’re ready to go.
For this workshop you will want to have the following:
Laptop
A working local WordPress install with SSL on your laptop (Zac suggests using Local by Flywheel or DesktopServer for easy setup)
A Code Editor
August 9, 2018 — In this workshop we will learn about JavaScript fundamentals like the DOM, Events and JSON all using native JavaScript. Then we will introduce the WordPress REST API and look at how to use it in both WordPress themes and stand alone JavaScript applications. Come get a foundation level understanding of this important topic of JavaScript and API driven WordPress development.
Some experience with jQuery or JavaScript is encouraged.
COME PREPARED!
Make sure you come prepared! Come early to make sure you’re ready to go.
For this workshop you will want to have the following:
Laptop
A working local WordPress install with SSL on your laptop (Zac suggests using Local by Flywheel or DesktopServer for easy setup)
A Code Editor
August 8, 2018 — Designing APIs for machines can be exciting and challenging. In this talk we will be exploring what it has been like to build a service for machine clients using the WordPress REST API.
Topics that we will touch on include: custom endpoints vs. content endpoints; authentication; documenting your API with an API Definition Language; non-WordPress machine clients; and of course the challenges and opportunities we faced building an API with WordPress.
May 29, 2018 — Come sostituire le chiamate AJAX vecchio stile all’endpoint admin-index.php con le richieste a una Rest API moderna inclusa nell’installazione di WordPress. Diamo insieme un’occhiata alla situazione attuale di tanti siti di oggi, che cosa possiamo modificare facilmente senza rompere le funzionalità esistenti e che cosa si nasconde dietro tutti questi buzzword AJAX, REST, API und RESTful.