Tagged Questions
23
votes
5answers
3k views
Actual examples for HATEOAS (REST-architecture)
as everyone may have noticed, there are lot of fake/rudimentary REST-APIs in the wild (which implement a HTTP-API and call it REST without following the hypertext-as-the-engine-of-application-state ...
2
votes
2answers
119 views
When serving responses from a REST API with the hypermedia constraint, how to indicate to client which HTTP method(verb) to use?
I think I have a pretty good grasp on the tenets of a RESTful architecture but I'm not there yet.
The part that I can't seem to figure out is how do the clients become aware of which HTTP methods are ...