{ REST : API }

Let us suppose we have a server that is hosting the information about the student. If a client, say a web/android app needs the information regarding the student, then the client must request the server for the resource and the server should send back the response to the client. API is the acronym for Application Programming Interface which allows clients and servers to talk to each other.  Key Elements Request URL/Endpoint: Request URL is the address of the resource where …