Skip to content

Releases: TheGarkine/uAPI

0.0.1

20 Oct 19:31

Choose a tag to compare

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