Tagged Questions
4
votes
4answers
329 views
REST and URI Caching
As I understand it, using a hypertext-driven RESTful Web service, a client is not supposed to know anything about server URI layout except for a couple of well-known entry points. This is supposed to ...
3
votes
2answers
138 views
does REST discoverability and HATEOAS imply that you can change URIs?
I'm trying to clarify a concept related to REST discoverability - that is whether or not satisfying the HATEOAS constraint for a RESTful service means that now the URIs can change, because they are ...