flask-swagger-ui icon indicating copy to clipboard operation
flask-swagger-ui copied to clipboard

Swagger UI blueprint for flask

Results 25 flask-swagger-ui issues
Sort by recently updated
recently updated
newest added

Can support for OpenAPI 3.1 be added, particularly the null type?

Hello, I need to add headers for my API for it to work in Swagger but I am new to this, how should I add it? Here is my JSON:...

I know this feature is not in swagger but it will help to have an private endpoint as not part of documentation.

When the swagger doc can only be accessed by someone who know the username and password, supporting base auth will be necessary. From the website of flask_swagger_ui, it supports oauth...

Flask is looking for Swagger files at nonsense locations, e.g. http://swagger-ui-standalone-preset.js/, and I get a blank white page upon loading my Swagger path. `gunicorn` and Python report no errors, and...

I am using Caddy to route to the Flask API. If I run the flask on remote server, the UI throughs error like Mixed content error. So, if we pass...

Hello, on my local system swagger ui is working great. But when deploying it in our kubernetes cluster the page apears blank. First w arning is raised: Strict-Transport-Security: The connection...

I have added ability to password protect the swagger endpoint. If user decides to add a SWAGGER_PASSWORD environment variable, the endpoint will require user to pass in a query parameter...

I dynamically generate my doc with apisec https://github.com/marshmallow-code/apispec can I pass its output to this package or do I need to fork and customize? Thanks!