|
|
|
|
|
by MrDresden
892 days ago
|
|
Mobile dev here. If you are talking about native mobile then I'v played around with using HATEOAS with native code in the past (around ~2013). It works fine but is obviously not as flexible as on the web. It also does require that each linkable screen be developed in a strict black box fashion. It was a fun exercise to try out, but not sure what the value of using it in production would be. |
|
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 :(