baugarten / node-restful

A library for quickly providing a REST API with express or connect
http://www.baugarten.me/node-restful/
1.31k stars 248 forks source link

HTML Template generation #19

Open baugarten opened 11 years ago

baugarten commented 11 years ago

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

LaurentZuijdwijk-AKQA commented 11 years ago

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.