The Jama REST API implemented in Node.JS
npm install jama-rest-apiJamaNode
========
Jama node REST API
```
npm install jama-rest-api
To build the documents use your favorite jsdoc interpreter or follow the steps below
```
npm install jsdoc -g
npm run docs
This will compile the documents to ./docs and you can then view them by opening the index.html
TODO:
-----
* Remove Tags/ItemTypes from projects and make them just function calls on the projects
* Complete documentation
* More examples of how to actually use the Jama REST API
* Tests and general cleanup ( remove sprintf);
* Separate repo to create an interface on top of this bare REST Caller that uses promises, validations, helper functions for gett accessory datas, etc.