WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Add Swagger UI and set version to 10.0.1 #232

Closed mofr closed 2 years ago

mofr commented 2 years ago

It has the following benefits:

mofr commented 2 years ago

Covered winter_openapi.get_swagger_ui_html with tests. Still unclear how to cover winter_openapi.create_swagger_ui_route because it doesn't get autodiscovered due to local class definition. Looking for another way to provide boilerplate-free Swagger UI module usage.