I have a hateoas api, and I was thinkig about if is there a way to automatically generate a javascript grid (as a ui) for the service?
Basically I'm looking for a scaffolding tool (like yeoman, or similar) which takes the hateos descriptor(s) as an input, and creates a bunch of js/html files for interacting with the data behind the API.
(I know, this won't be perfect - for example: validators - but something like this could greatly speed up the development)
Thanks, krisy