Usage
$ npm install --save EikosPartners/RESTLoader
var app = routes = ;var loader = routes;loader; --------------------------------------------------module a sample module--------------------------------------------------API: '/sampleEndPoint/:id': type: 'get' desc: 'sample get endpoint' { source; } '/sampleEndPoint/:id': type: 'post' desc: 'sends a post to an endpoint' { source; } ;
Linting
---
Linted with jshint
```sh
$ npm run lint
Testing
Tested with mocha
$ npm test
Documentation
Documented with jsdoc
$ npm run docs