transit-rest-api
v0.0.3
Published
transit-js rest query parser
Downloads
3
Readme
transit-rest-api
a transit-js based query parser for rest apis that follow the json-api spec.
note: currently under active development and not suitable for use
Installing
Install with npm:
npm install --save transit-rest-api
Getting Started
Coming soon...
API
Coming soon...
Testing
run the test suite
npm test
run coverage via istanbul
grunt coverage
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
Copyright (c) 2016 Chris Ludden. Licensed under the MIT license.