|
|
|
|
|
by justsee
4923 days ago
|
|
That's a really nice example of it in action. Thanks for putting in the effort to explore standardising links like this. I really like the human discoverability feature that you've demoed, and gameche's point about being able to include resources outside the scope of an API is certainly interesting, but I'm still confused about the primary feature you championed, which is the ability to easily change URL structures. You championed that as a core feature in your post: "make it painless to change your application’s URL structures further down the line". dhh's retort knocked that feature on it's head, didn't it? Once you settle on coding against a particular section of an API, you're relying on a URL. Your feature works with an API depth of 1, but beyond that what is the proposed approach? To traverse the API from "/" every time, making multiple calls until you discover the right link reference which contains the latest URL for that resource? |
|