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) 9580af9dd3 Merge pull request #3 in ~VLE2FE/dfop-api from sample to develop
* commit '16a1cf5ba8255e7537eb1fdb20ee42951bea38af':
  deleting a material is rejected if it is referenced by a sample
  implemented more /sample methods
2020-05-08 09:59:12 +02:00
.idea implemented more /sample methods 2020-05-07 21:55:29 +02:00
api deleting a material is rejected if it is referenced by a sample 2020-05-08 09:58:12 +02:00
src deleting a material is rejected if it is referenced by a sample 2020-05-08 09:58:12 +02:00
static finished /template methods 2020-05-04 15:48:07 +02:00
.gitignore added test helper and rewrote tests 2020-04-27 11:44:28 +02:00
mainfest.yml init 2020-01-14 13:25:13 +01:00
package-lock.json added custom type definitions 2020-04-27 15:24:17 +02:00
package.json deleting a material is rejected if it is referenced by a sample 2020-05-08 09:58:12 +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.