What are proxies? How can we use them? And what kind of advanced use cases can we think of? Let's perform some RESTful remote miracles with ProxyManager!
Tag: restful
Wern Ancheta shows you how to build a Pokemon spawn location recorder app with CouchDB and the Slim Framework, wrapping it up in good security practices!
Jad builds a Laravel + Angular skeleton app that's designed to be highly team-scalable - meaning easily extensible and adaptable to new devs on the team!
RAML, the RESTful API Modeling Language, can be used for much more than documentation. In this post, Lukas White shows you how to use it to auto-test APIs.
Lukas White explains RAML, the RESTful API Modeling Language, which you can use to scaffold, test, mock and document your API endpoints.
Bruno Skvorc will show you how to export Trello lists in TXT and JSON with a newly added context menu via a Chrome extension.
Bruno Skvorc takes you through the step by step process of building a Chrome extension for Trello - in this part, bootstrap and build authentication!
The grand finale is here: Aleksander Koko finishes his series by binding the EmberJS side with Laravel into one whole Single Page App.
Alexander Koko continues his series by explaining how you can build REST resources with Laravel and its command line tool, artisan.
An in depth implementation guide to building a REST API from scratch, while adhering to best practices in API design.
Go in depth on building a REST API from scratch, while adhering to best practices in API design. Learn how to build REST apps like a pro.
Taylor Ren explains how you can use Phreeze to autogenerate CRUD applications for your already existing databases - often in already existing apps.
Guzzle is a PHP HTTP Client designed to help you consume restful and other APIs from all over the web