REST API Design: Best Practices and Guidelines
What is a REST API? A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of the REST architectural style and allows for interaction with RESTful web services. REST stands for Representational State Transfer and was created by computer scientist Roy Fielding. A RESTful system consists of: A client who requests the resources. The server that provides the resources....