You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem, but it seems like this package is not handling the retrieval of your swagger specification. You can try passing the json specification like this get_swaggerui_blueprint(..., config={"spec": "<json spec>"}). It should work if the swagger-ui js version is up to date.
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!
The text was updated successfully, but these errors were encountered: