|
|
0d7861ec36
|
If a PUT or DELETE operation is attempted on a non-existant object, 404 is returned
|
2024-10-21 10:37:35 +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 |
|
Max Metz
|
4b5ff90b34
|
properly serializing ValidationError exceptions.
|
2024-09-04 08:30:46 +02:00 |
|
Max Metz
|
b60874cbb0
|
shipcall, ship, times and user verify the validity of JSON data when receiving POST/PUT requests.
|
2024-08-14 15:49:28 +02:00 |
|
Max Metz
|
3d2e1f5158
|
Added input validation for API requests. Refactored some methods, added docstrings. Solved marshmallow-warnings in BreCal.schemas.model. Added unit tests, now totaling 215. Added proposals to refactor all SQL queries into an object at BreCal.database.sql_queries.SQLQuery for better standardization. Created a helper-object to handle Emails, which prepares the notification-feature.
|
2024-07-25 10:42:44 +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 |
|
|
|
20f38fff91
|
POST zum Laufen gebracht.. RTFM! :-)
|
2023-06-20 07:44:27 +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 |
|