The REST API is a key part of web infrastructure. Learn about REST and REST APIs, and how web apps communicate over HTTP.
Tag: restful api
Building robust APIs is an important skill — they make the web go round. Learn the best practices to consider when building RESTful APIs.
In this guide, you’ll learn how to build a RESTful API server in Node.js using Feathers.js, a framework for building real-time 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!
Chris Chang demonstrates how to use the MEAN stack to rapidly create a RESTful API server and rich web application, which he then deploys to Heroku.
Jamie Shields shows how to use the Gmail JavaScript API to send email, and in so doing creates a customizable JavaScript app to help you manage your inbox.
Jamie Shields shows how to use Gmail's JavaScript API to authenticate a user, then fetch the last 10 emails from their inbox and display them in the browser
This article explores Angular's $resource, which provides an out of the box solution for working with RESTful APIs.
This article explains how Express 4 is used to easily create RESTful APIs.
Taylor Ren explains how you can use Phreeze to autogenerate CRUD applications for your already existing databases - often in already existing apps.