November 4, 2020 — The WordPress HTTP API allows you to gather data from other parts of the web and present it however you wish. We’ll take a look at how it’s done, while taking into consideration performance issues.
We’ll look at both examples of what can be done as well as code samples to accomplish specific goals.
March 3, 2020 — WordPress has an API (WordPress HTTP API) for making remote requests to external sites and services. This session explains how to make remote requests in WordPress and the best practices to follow while using the API.
December 12, 2015 — This session covers the basics of the WordPress HTTP API. More often than not, custom code uses clunky cURL functions to make remote requests. WordPress has a built in API to make this much simpler. Why not use it?