@ThisIsFlorianK Yeah, I've successfully built an HATEOAS API previously and it
works so nice, you only need to point the client to an index API and it will
figure out how to resolve what you are interested in:
https://github.com/ResourcefulHumans/rheactor-server#restful-api
1 reply
@ThisIsFlorianK It is still an uncommon way to do it so that makes its require
some thinking.
I believe the worst service developers are doing to REST is to hardcode all it's
operations in a strict schema file.