The REST API is a key part of web infrastructure. Learn about REST and REST APIs, and how web apps communicate over HTTP.
Tag: REST
Jamie Maison demostrates the power of GraphQL in a React Native setting by creating a simple coffee bean comparison app, including an Expo base template for the application.
In this tutorial, Simon Holmes and Jeremy Wilken show how to implement Angular authentication using a REST API built with Node, Express and MongoDB.
What is GraphQL, and why should you use it? Michael Paris looks at this extremely powerful successor to REST for building efficient data-driven applications
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!
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!
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.
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!
Bruno implements WP-API and OAuth into a WordPress installation, allowing other outside apps to hook into WP and use API calls to make posts!
Dennis Hotson discusses the process of building an API, from scoping and working with developers to documenting and choosing between REST and RPC.
Ludovico Fischer introduces you to superagent and axios, two libraries to perform GET and POST requests, and much more.
Mark Wong shows us how to create a simple REST API using Python to feed data to an iOS application.
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.
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!
In this article, we will give a general overview of the JSON REST API plugin. We'll cover how this plugin works and the basics of the REST architecture.
In this tutorial, Narayan Prusty will show you how to use WordPress as a backend for a simple PhoneGap mobile application using REST APIs.
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.
Aleksander Koko continues his REST app tutorial by building the database and faking some content into it. Ready for advanced features? Jump in!
Aleksander begins a series on building a REST application on Heroku with REST API, EmberJS and Laravel. Part one sets up our project structure and database!
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
This is the last part of series: PHP Master | REST - Can You do More than Spell It?. This article presented a very simple outline of how to do an HTTP connection from your PHP scripts.
This series introduces you to REST, a set of principles that define how a server and client can communicate with each other in a straightforward manner.
Read Dropbox Launches a New Development API and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
In this example of a local REST JSON file, we look at a custom NodeJS API service built using FeathersJS.