Releases: TheGarkine/uAPI
Releases · TheGarkine/uAPI
0.0.1
Changelog
0.0.1
Inital features:
- Defining endpoints with different methods
- Allowing and validating client Input as json body or query parameter
- Allowing HTTPErrors to be raised interrupting the handling and resulting in the provided error code
- Inital steps for a customizable openapi.json generation
- Rendering a swagger UI on /docs
- Adding a first example