|
|
|
|
|
by dribnet
4922 days ago
|
|
> One neat trick that I think is worth adding to the discussion: URL templates. 100% agree - URL templates enable succinct discoverability. Moving link generation to the client reduces computation time on the server which no longer has to generate inline links as well as the payload size of the response. The RFC6570 spec is great, has numerous implementations[1] and a through test suite[2]. I am also surprised that this is not a standard part of every hypermedia implementation. [1] http://code.google.com/p/uri-templates/wiki/Implementations [2] https://github.com/uri-templates/uritemplate-test |
|