March 2019
Beginner to intermediate
324 pages
7h 17m
English
RESTful APIs rely on the client-server architecture. This simply means that for RESTful APIs, you need two main components—a client and a server. A client sends an HTTP request to a server, and the server replies with an HTTP response to the client. A single server typically handles numerous clients at the same time:

The preceding diagram can be explained with the help of following points:
Read now
Unlock full access