node-restful icon indicating copy to clipboard operation
node-restful copied to clipboard

HTML Template generation

Open baugarten opened this issue 12 years ago • 1 comments

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

baugarten avatar Mar 30 '13 00:03 baugarten

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.

LaurentZuijdwijk-AKQA avatar Oct 01 '13 16:10 LaurentZuijdwijk-AKQA