Files
api-guidelines/evolution/uri-structure.md
apidesigner ab1a457588 Updates evolution/uri-structure.md
Auto commit by GitBook Editor
2017-06-19 09:09:18 +00:00

562 B

URI Design

URI is meant to express an identity of an resource. URI is an identifier and it MUST NOT convey any other information.

The API design process MUST NOT start with the design of URIs. Contrary, the URI SHOULD be amongst the last few things added to the API design.

At adidas, URIs are subject to naming conventions.

To read more about the problematics refer to RFC 7320: URI Design and Ownership.