restypie
v1.15.6
Published
Tastypie inspired, lightweight and storage agnostic REST resources manager
Downloads
104
Readme
Restypie
Tastypie inspired, lightweight and storage agnostic REST resources manager.
Requirements
node
>= 4.x.xexpress
>= 3 ORkoa
usingkoa-router
Frameworks support
Restypie currently supports the following frameworks/routers :
- Express
- Koa (using koa-router)
Installation
npm install restypie --save
Debugging
Restypie allows debugging by supplying the DEBUG
variable
DEBUG=restypie:* node app.js
Contributing
See here.