This repository has been archived on 2020-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
statuspage/app
surtur 74ecee3557
feat: changed PUT to PATCH, added sanity checks, fixed typos
* also added nicer error response messages that, I believe, add clarity
2020-08-07 22:03:42 +02:00
..
__init__.py feat: added project files 2020-07-30 23:26:57 +02:00
crud.py refactor: substitute longer names for shorter to live longer 2020-08-07 02:25:33 +02:00
database.py chore: print generated/executed SQL 2020-08-07 01:51:06 +02:00
main.py feat: changed PUT to PATCH, added sanity checks, fixed typos 2020-08-07 22:03:42 +02:00
models.py chore: aligning models and schemas 2020-08-07 01:56:18 +02:00
schemas.py chore: added simple API response models 2020-08-07 02:31:01 +02:00