November 2018
Intermediate to advanced
390 pages
10h 8m
English
This is used for the purpose of data communication across web APIs. The REST API works pretty much in the same way as a website: you make a call from the client to the server and get a HTTP response back. REST uses HTTP methods to interact with the client and the server. REST allows a variety of data formats such as JSON or XML. It is generally faster and uses less bandwidth. It is also easy to integrate with other applications.
Commonly used HTTP methods in REST APIs include the following:
Read now
Unlock full access