sanic-org / sanic-openapi

Easily document your Sanic API with a UI

Home Page:https://sanic-openapi.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Support OpenAPI 3

ioggstream opened this issue · comments

Is your feature request related to a problem? Please describe your use case.

Support OpenAPI 3.

Describe the solution you'd like
A configurable way to generate OpenAPI3 documentation.

Additional context
A basic working feature can even produce and convert OAS3 from OAS2.
To support OAS3 features (eg. jsonschema, oauth scopes, multiple content-types ... ) a more radical work should be done.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.

please reopen this

@ioggstream @chenjr0719 - i've tried getting this PR to build with the tox config, but i can't figure out the black / isort incompatibility with the imports, I've tried following black's guide for it with no solution.