WinterFramework / winter

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

Get rid of drf_yasg #241

Closed mofr closed 1 year ago

mofr commented 1 year ago

In the current implementation to generate OpenAPI it's required to have Django URLConf: ⚠️ generator = OpenAPISchemaGenerator(api_info, urlconf=django_urlconf) ✔️ The new implementation will be based on winter routes directly.

To do: