jama-rest-api
Version:
The Jama REST API implemented in Node.JS
25 lines (19 loc) • 679 B
Markdown
JamaNode
========
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.