I have used canned for some time now
to aid my development of apis, and over time some things arouse which made it
worth to add some features. If you want to know more about canned check out
the introduction
Changes canned 0.1.0
- better error codes, a not found is actually 404 now not 400
- better content type handling, html is now returned as text/html
- support for comments in json, so documenting api responses can be done inline
interested install the new version via
$ npm install canned
And checkout the the repo