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) 2829752d0c Merge pull request #10 in ~VLE2FE/dfop-api from minor-features to develop
* commit 'aef275322955774e0c34c69ce3c4e7722aadcb9e':
  added TODOs, improved password validation
  refactored user.ts
  /materials/new|deleted
  sample number generation
  number prefixes are now not allowed to contain numbers
  material numbers defined as string, colors without numbers and numbers with leading zeros can be added
  material numbers defined as string, colors without numbers can be added
  number generation for condition done
  changed allowed characters for username
2020-05-26 09:08:01 +02:00
.idea number prefixes are now not allowed to contain numbers 2020-05-15 15:14:18 +02:00
api refactored user.ts 2020-05-18 14:47:22 +02:00
src added TODOs, improved password validation 2020-05-26 09:07:01 +02:00
static implemented feature 2020-05-12 14:05:47 +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 adapted api doc 2020-05-13 17:28:18 +02:00
package.json adapted api doc 2020-05-13 17:28:18 +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.