sanic-org / sanic-openapi

Easily document your Sanic API with a UI
https://sanic-openapi.readthedocs.io/
MIT License
505 stars 108 forks source link

CBV method support and OAS3 autodoc #234

Closed ahopkins closed 3 years ago

ahopkins commented 3 years ago

The main purpose of this was to fix #233, and allow decorators to wrap CBV methods.

Along the way, I realized autodoc does not work on OAS3, and was a simple add, so I lumped it into the same PR.

ahopkins commented 3 years ago

To be released 2021-05-19

artcg commented 3 years ago

👍 will try migrating my organisation's repo and see how it goes

ahopkins commented 3 years ago

Release version is on PyPI.