Theodhor Pandeli covers Retrofit, an HTTP client Library from Square that helps Android and Java developers make network calls easier and quicker
Tag: http
Wern Ancheta takes us through a practical crash course into using CouchDB - CRUD, configuration, cooperation with PHP, and more!
We build a basic framework with a new dependency injection container called Disco, explaining all the confusing concepts along the way. Join us!
Valdio Veliu looks at OkHttp, an Android HTTP client from square that helps simplify API calls in your apps.
Aleksander Koko looks at networking in iOS, including NSURLSession and Alamofire.
Jeff Smith introduces the Inter-Planetary File System (IPFS), a peer-to-peer hypermedia protocol proposed as an alternative to HTTP.
In this article we walk you through the fundamentals of XML-RPC for WordPress, including the basics of XML-RPC and how WordPress exposes this protocol.
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.
Guzzle is a PHP HTTP Client designed to help you consume restful and other APIs from all over the web
cURL is a great way to make remote requests, and the PHP extension offers the same functionality as the console utility.