|
|
|
|
|
by hbrn
1259 days ago
|
|
No, there's illusion of value: 1. Paths are changed extremely rarely. Optimizing architecture for something that happens once a year is not a good idea. The cost of changing paths manually is pretty much always lower than the cost of HATEOAS. 2. You still want redirects from the old paths, because clients keep old paths in memory until refresh (which you don't control). 3. Typically when paths are changed, it also affects the entry point, so client still needs to be updated. |
|