raml-spec
raml-spec copied to clipboard
HATEOAS isn't explained in the docs or tutorials
It is surprising that the docs for the RESTful API Modeling Language don't include any example of actual REST APIs, but only of APIs with static routes like /users/{userId}/groups
which contradicts the HATEOAS principle that is at the heart of what REST is.
Could you add examples of RESTful APIs?