|
|
489dfc2ed6
|
added port_id and ports endpoint to flask app (no validation yet!), reading works
|
2024-09-13 17:45:31 +02:00 |
|
Max Metz
|
d2cd233f13
|
creating default handlers for every kind of Exception in the /api/ routes. Those default functions also create automatic logging with the .warning level. Relocated the .impl-calls into the Try-Exception-blocks, so they are properly logged and avoid system failures.
|
2024-09-09 12:46:55 +02:00 |
|
Max Metz
|
85973ad848
|
creating a default error response format for each API route
|
2024-09-09 12:21:32 +02:00 |
|
|
|
6b93f0ac3f
|
Type für Participant, Content-Type in responses korrigiert
|
2023-08-07 12:19:20 +02:00 |
|
|
|
5544d0126d
|
fixed complete participant download and removed all TODOs regarding
token verifikation. Also removed the /verify call since it is now covered by /login.
|
2023-07-11 15:46:17 +02:00 |
|
|
|
3f211919af
|
added JWT Authentication (expiring bearer token)
|
2023-06-26 08:38:45 +02:00 |
|
|
|
15cc4bf8da
|
API up and running.
There are still open issues but in principle, it is working
|
2023-06-22 10:56:13 +02:00 |
|
|
|
c69d13d1f3
|
Open API 3.0
- Added first draft of yaml file
- Added Python stubs generated by postman export tool
|
2023-03-02 09:22:37 +01:00 |
|