Restful Web Services File

: Data is identified by URIs (Uniform Resource Identifiers). For example, https://example.com identifies a specific user resource.

To be truly "RESTful," a service must follow these foundational constraints : RESTful Web Services

: 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)