node-restful
node-restful copied to clipboard
HTML Template generation
It would be cool to be able to generate default HTML templates for the API endpoints using node-restful. I.e. given a model declaration, generate the form view, detail view, etc
I also need to write documentation for how HTML templates are used and rendered
It would be great to have the option to render templates based on the request accept headers. The template location could be a property on the restful model.