Archived
2
ReST API for DeFinMa (NodeJS)
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-08-21 11:23:36 +02:00
.idea model routes 2020-08-13 12:07:40 +02:00
api added model templates 2020-08-19 13:48:47 +02:00
data_import small fixes 2020-08-20 10:42:55 +02:00
src parse spectra to float 2020-08-21 11:23:36 +02:00
static small fixes 2020-08-12 10:56:12 +02:00
.gitignore added test helper and rewrote tests 2020-04-27 11:44:28 +02:00
.nvmrc changed Node version 2020-07-30 12:47:21 +02:00
build.bat /authorized returns level, added device to spectrum measurement 2020-07-23 14:55:41 +02:00
manifest.yml added workaround for 'added' field compatible to MongoDB 3.6 2020-07-10 09:42:05 +02:00
package-lock.json switched device_name to devices 2020-08-06 13:58:12 +02:00
package.json added presentation 2020-08-07 15:21:16 +02:00
README.md small fixes 2020-08-12 10:56:12 +02:00
tsconfig.json implemented first /sample methods 2020-05-06 14:39:04 +02:00
tslint.json init 2020-01-14 13:25:13 +01:00

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.