API
API
---------------
The client initiates the requests via the APIs URI (Uniform Resource Identifier)
The API makes a call to the server after receiving the request
Then the server sends the response back to the API with the information
Finally, the API transfers the data to the client
REST (Representational State Transfer): It makes use of HTTP to GET, POST, PUT, or
DELETE data. It is basically used to take advantage of the existing data.
HTTP methods
Following four HTTP methods are commonly used in REST based architecture.