News

Nouns, verbs and well-formed URIs At the very least, a RESTful API respects REST's uniform interface constraint in two ways: Using nouns in RESTful URIs to ensure web service operations work on ...
A REST API must not define fixed resource names or hierarchies (an obvious coupling of client and server). Servers must have the freedom to control their own namespace.