Restful Web Services Site
: The client (the requester) and the server (the data provider) can evolve independently as long as the interface remains the same. The HTTP "Verbs" (Actions) How to Design a REST API and Why You Should - Websanova
: Data is identified by URIs (Uniform Resource Identifiers). For example, https://example.com identifies a specific user resource. RESTful Web Services
: Every request from a client must contain all the information needed to understand and process it. The server does not store "session" context about the client. : The client (the requester) and the server
: Resources are accessed via a consistent set of operations, keeping the system simple and decoupled. keeping the system simple and decoupled.