ReST API for DeFinMa (NodeJS)
91c11046a0
* commit '4f7eb6f92fa322d879afdd56f653d997af5a364f': minor fixes api and headers modified api.ts to directly incorporate swagger-ui-express code added first_id for template response /authorized returns level, added device to spectrum measurement |
||
---|---|---|
.idea | ||
api | ||
data_import | ||
src | ||
static | ||
.gitignore | ||
.nvmrc | ||
build.bat | ||
manifest.yml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
Digital fingerprint of plastics - 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
.