flask-openapi3 icon indicating copy to clipboard operation
flask-openapi3 copied to clipboard

Generate REST API and OpenAPI documentation for your Flask project.

Results 25 flask-openapi3 issues
Sort by recently updated
recently updated
newest added

I want to access the body of a request in a error handler, but right now I'm having to re-parse the body which is very inneficient. If this is not...

question
Stale

With using flask-cors I cannot reach my endpoints via my web app. If I change to normal Flask cors settings work. Environment: - Python version: 3.9.1 - Operating system: Windows...

bug
Stale

Environment: - Python version: 3.7 - Operating system: windows or ubuntu 18.04 - Flask version: 1.1.4 - flask-openapi3 version: Should `get_operation` add `` to doc strings? If the description has...

bug
Stale

I want to use flask-openapi3 in our large and old project based on flask. But it's difficult to migrate the whole project from flask to flask-openapi3. What can I do?

Is there a way to modify the order of the endpoints? Currently it seems they are grouped by tags and then sorted alphabetically by their path, which results in non-intuitive...

bug

Very nice and useful framework. But does not meet Flask specifications. In Flask, third party packages initial itself by init_app() method, which is mentioned in [flask official document](https://flask.palletsprojects.com/en/2.3.x/extensiondev/) , e.g....

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

Checklist: - [ ] Run `pytest tests` and no failed. - [ ] Run `flake8 flask_openapi3 tests examples` and no failed. - [ ] Run `mypy flask_openapi3` and no failed....

Environment: - Python version: 3.11.9 - Flask version: 2.3.3 - flask-openapi3 version: 3.1.2 When using the `query: ...` object in a route, if the Pydantic class used, has `populate_by_name=True` set...

bug

I'm looking for a way to manually register a component schema by providing a pydantic dto without using a route definition. Searched and played around a bit, but couldn't figure...

bug