Representational State Transfer
Representational State Transfer (REST) is an architectural style for designing
networked applications. It uses stateless, client-server communication via standard HTTP
methods (GET, POST, PUT, DELETE) to access and manipulate web resources represented in
formats like JSON or XML.
representational state transfer (REST)