ReST API for DeFinMa (NodeJS)
d244b6e39b
* commit 'd363064dbae564136a092c149b0768a59884c936': test fix changed type names small fixes improved globals and added status and spectrum |
||
---|---|---|
.idea | ||
api | ||
data_import | ||
src | ||
static | ||
.gitignore | ||
.nvmrc | ||
build.bat | ||
manifest.yml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
DeFinMa - API
This is the API to access the database of the digital fingerprint of plastics project.
API documentation
The API is documented using the Open API Specification 3.0.2 and hosted together with the API under the /api
path
Testing
Testing is done with mocha and can be executed using npm test
.