What is Restful API ?

 Restful stands for Representational State Transfer. An architectural style for exposing your program using existing protocols, typically HTTP. A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST, and DELETE data.

Total six principals - client-server - stateless - cacheable


\

Comments