-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.0.7. setup_swagger doesn't work #68
Comments
I can confirm this after testing the most recent version just published today to PyPI. |
Same issue is with 1.0.6, only 1.0.5 works for me |
I’m sorry. I have not time to check this issue. Can anyone help me? |
I have same issue :-( |
Also, this requires to be merged to pass tests due to a sub_app issue. |
Update subclass of web.View verification. Issue #68
I just merged some PR that aims to fix this issues in version 1.0.8. |
Thank you @cr0hn, 1.0.8 is working ok for me, even with security definitions |
So, there seems to be issue with swagger generation, its not getting properly HTTP method from function. Even if method is PUT, swagger is generated with GET. |
Yes, here is a fix for that - #72 |
Fix an issue with wrong methods in generated UI. Issue #68
Hi,
Versions:
python==3.7.3
aiohttp==3.5.4
aiohttp-swagger==1.0.7
If I try to run examples from https://aiohttp-swagger.readthedocs.io/en/latest/quick_start.html,
it doesn't work.
Example:
The text was updated successfully, but these errors were encountered: