Open jonathanrobie opened 9 years ago
Seems like a duplicate of #4.
I don't think so.
Generating an individual message is something that makes sense for "pragmatic" REST APIs. For hypermedia-driven APIs, you'll need the response of the previous request to know what your next request looks like, so you always need at least two chained requests.
So I still believe this is a duplicate of #4.
RADL contains all the information to "ensure that the messages in each step of the chain are consistent with each other". We just have to start at some state (either the start state or some previously bookmarked state) and follow a couple of transitions.
Should the stylesheet generate sample HTTP calls for methods? Several people have requested this.
If we do so, should we obscure the URI do discourage people from coding to it, or is that being too paternalistic?