sanic-org / sanic-openapi

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

[Feature Request] Support OpenAPI 3 #178

Closed ioggstream closed 4 years ago

ioggstream commented 4 years ago

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.

stale[bot] commented 4 years ago

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.

ruckc commented 3 years ago

please reopen this

ioggstream commented 3 years ago

@ronnyhel FYI

ruckc commented 3 years ago

@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.