In this tutorial, Stuart shows you how easy it is to use an HTTP API from Python using a couple of third-party modules.
Tag: http api
Wern Ancheta takes us through a practical crash course into using CouchDB - CRUD, configuration, cooperation with PHP, and more!
Bruno looks at PHP-HTTP, a project aiming to fully abstract HTTP client implementations in libraries / apps. In this tutorial, we break free from Guzzle5!
In this tutorial we'll cover OAuth, how Twitter uses it for authorizing HTTP requests to its API, and build a PHP class powered by the WordPress HTTP API.
In this article we walk you through integrating a CAPTCHA with the WordPress comment system, using the WordPress HTTP API as you develop your own plugin.
This tutorial shows you how to write a plugin that integrates a CAPTCHA with the WordPress login system using the HTTP API and Google's reCAPTCHA.
In this tutorial we show you how to consume APIs in WordPress using the HTTP API. As an example we build a simple domain WHOIS and social data widget.
This tutorial focusses on how to send or make a request to a web service or API using the WordPress HTTP API, using a real world example.