restful-api-description-language / RADL

RADL: A description language and tooling for hypermedia-driven RESTful APIs
Apache License 2.0
23 stars 5 forks source link

Have methods in state transitions table link to resource method #29

Closed RaySinnema closed 9 years ago

RaySinnema commented 9 years ago

In the documentation for a state there is a table of transitions, which includes a column for the method. The values in that column should link to the method under the resource.

jonathanrobie commented 9 years ago

I'm fixing that now.

Note that the transition name in the table (first column) already links to the implementation of the transition (e.g. "Transition: find type"), where the HTTP method is the entry in the first bullet point:

image

Most of the time, only one HTTP method implements a given transition, though of course there may be multiple HTTP methods associated with a given link relation.