flask-swagger-ui
flask-swagger-ui copied to clipboard
Swagger UI blueprint for flask
Hi, I am using zappa to deploy to AWS lambda using API gateway. My swagger URL is as below and endpoint is something like: https://******.execute-api.eu-north-1.amazonaws.com/dev/swagger/ SWAGGER_URL = '/swagger' When i...
The base url is not the same as the blueprint mount point because the blueprint url is relative to the application context root. So either the jinja template needs to...
i am trying to send multiple file with flask_swager_ui to my flask api sever but facing issues , when i am doing **request.files => its giving me an empty dictionary**...
This provides an alternative approach to adding swagger ui function parameters that supports older browsers. I took the code from #35 written by @carlosreif and made some updates so that...
allow config attributes that need to be functions to be parsed as js functions according to https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md these are the attributes that are functions: requestInterceptor, responseInterceptor, operationsSorter, tagsSorter, onComplete
Are there plans to add type annotations or stub files for mypy? I've written an [article about type annotations](https://medium.com/analytics-vidhya/type-annotations-in-python-3-8-3b401384403d) if you need one :-)
I am trying to configure the swagger.json but every time it is giving the below error. ``` Fetch errorFailed to fetch C:\Project\test\swagger.json Fetch errorPossible cross-origin (CORS) issue? The URL origin...
Hi, I have two nearly identical swagger JSONs I imported except one is a POST and one is a GET. Same authorization header. I login/authorize to each yet the one...
Swagger UI uploads empty CSV if it is latin1 encoded (csv has danish characters like ΓΈ, Γ, Γ), works alright with standard utf-8 encoded CSV. Here is swagger json: ```...