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
Veit Lukas (PEA4-Fe) 36278309a3 Merge pull request #19 in ~VLE2FE/dfop-api from develop to master
* commit '91c11046a0e87f98e33d5e5e394b38500fa8f5e5':
  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
2020-07-30 12:37:53 +02:00
.idea implemented changelog 2020-06-05 08:50:06 +02:00
api added first_id for template response 2020-07-23 15:25:45 +02:00
data_import minor fixes 2020-07-30 11:36:03 +02:00
src minor fixes 2020-07-30 11:36:03 +02:00
static minor fixes 2020-07-30 11:36:03 +02:00
.gitignore added test helper and rewrote tests 2020-04-27 11:44:28 +02:00
.nvmrc /authorized returns level, added device to spectrum measurement 2020-07-23 14:55:41 +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 modified api.ts to directly incorporate swagger-ui-express code 2020-07-28 10:30:10 +02:00
package.json modified api.ts to directly incorporate swagger-ui-express code 2020-07-28 10:30:10 +02:00
README.md updated README 2020-04-20 08:45:47 +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

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.