flasgger / flasgger

Easy OpenAPI specs and Swagger UI for your Flask API
http://flasgger.pythonanywhere.com/
MIT License
3.62k stars 524 forks source link

Issue in using Marshmallow example #534

Closed kamrapooja closed 2 years ago

kamrapooja commented 2 years ago

I have tried to use "flasgger/examples/marshmallow_apispec.py" But it is not generating documentation. I am not able to understand it. Please help. My use case is similar as given in this sample file. Need to generate documentation using Marshmallow schema. In console it is giving error "Unable to Load SwaggerUI". Please help.

kamrapooja commented 2 years ago

resolved the error by downgrading version of marhmallow apispec. Downgraded to 3.3.2 version