flask-openapi3
flask-openapi3 copied to clipboard
Release v4.0
About the changes in the v4.0 version:
- [x] #151
- [x] Create plugins repository to manage more ui templates:
- [x] #160
- [ ] #167
Some break changes:
- #161
- Remove builtin ui templates, swagger redoc, rapidoc
- The
oauth_configis deprecated in v4.x, useapp.config['OAUTH_CONFIG']instead. - The
doc_expansionis deprecated in v4.x, useapp.config['SWAGGER_CONFIG']instead. - The
swagger_configis deprecated in v4.x, useapp.config['SWAGGER_CONFIG']instead. api_doc_urlrenamed todoc_urlinOpenAPI- Remove
swagger_urlinOpenAPI - Remove
redoc_urlinOpenAPI - Remove
rapidoc_urlinOpenAPI - Remove
ui_templatesinOpenAPI
v4.0.0rc2 has been released.
One cool feature that could be added is the possibility to get the openapi spec file not just in JSON, but also in YAML.
@devssauro You can use flask openapi -f yaml get spec file in YAML.
More information about the command flask openapi.
Of course, if you cannot meet your needs, you can leave your thoughts behind.
v4.0.0rc3 has been released.