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) e92a9d93c2 Merge pull request #1 in ~VLE2FE/dfop-api from api-definition to master
* commit '5e22afd27d34a45202d1b03dc51c0641ff07385d':
  splitted oas.yaml
  api definition created
  api definition created
2020-04-21 10:56:21 +02:00
.idea api definition created 2020-04-20 16:17:43 +02:00
oas splitted oas.yaml 2020-04-21 10:53:07 +02:00
src splitted oas.yaml 2020-04-21 10:53:07 +02:00
.gitignore init 2020-01-14 14:06:38 +01:00
mainfest.yml init 2020-01-14 13:25:13 +01:00
package-lock.json splitted oas.yaml 2020-04-21 10:53:07 +02:00
package.json splitted oas.yaml 2020-04-21 10:53:07 +02:00
README.md updated README 2020-04-20 08:45:47 +02:00
tsconfig.json init 2020-01-14 13:25:13 +01: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.