|
|
|
|
|
by hbrn
1263 days ago
|
|
Sure, HATEOAS can be useful when you don't have control over clients or over the routes. Which is exactly the case for WWW: clients are browsers (not developed by you), and URLs can be images from another server (not owned by you). And while it can happen for APIs, those cases are exception rather than the rule. That's why it's so annoying when REST purists are trying to shame people who are actually doing the right thing. I would also be curious to learn how exactly sticking extra params would fix a critical bug. I can't help but wonder if bugs were caused by HATEOAS in the first place. |
|