flask-openapi3
flask-openapi3 copied to clipboard
Add scalar API docs
https://github.com/scalar/scalar
Checklist:
- [x] Run
pytest tests
and no failed. - [x] Run
flake8 flask_openapi3 tests examples
and no failed. - [x] Run
mypy flask_openapi3
and no failed. - [x] Run
mkdocs serve
and no failed.
Thanks @jaykv
The growing number of API documentation made this library bloated, so I created a plugin repository (flask-openapi3-plugins) to manage these plugins individually.
This PR will be partially merged when the plugin repository is completed.
@jaykv
I have completed the initial development of the plugin function, and I have completed the development of the Swagger and Scalar plugins.
I released a beta version 4.0.0dev and hope you have time to test it