|
|
|
|
|
by whstl
898 days ago
|
|
I've found that HATEOAS is actually quite good for CRUD. You "link" to "lists" and items, and the information in the responses is enough to assemble pages, forms, other lists. This way you only gotta build the "abstraction" in the app itself, the real structure of each page is entirely in the APIs. Thing is, this saves money at the start, but people obviously want more customisation than is appropriate here. And as more and more pages become bespoke, hypermedia stop making sense :( |
|