Added endpoints

This commit is contained in:
Filip Bucek 2019-10-01 13:19:44 +02:00
parent 4a4ea59371
commit 06626c01cb

View File

@ -2,6 +2,12 @@
Acces Management System of Colsys: [Product info](http://produkty.colsys.cz/colnod/)
## Endpoints
1. POST request - `/AaaManager/authSession` - to login, return JSON with Auth token
2. GET request - `/SubjectManager/getSubjects` - get subjects
3. GET request - `/TokenManager/getTokens` - get tokens
4. POST request - `/TokenManager/setTokens` - set tokens
## RestAPI definitions
- `openapi.yaml` ( editor `VSCode` with `Swagger Viewer` extension - ⌘+⇧+P `Preview Swagger` )