-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Add Python "aiohttp" server generator #1322
Comments
Hmm, has this been completed by #1470 ?
|
@gaborigloi thanks for this report. I missed to generate init.py. |
@gaborigloi the issue has been fixed with #1933. Please give it another try with the latest master. @Jyhess thanks for the quick turnaround in fixing the issue. |
Thanks for the fix @Jyhess. Now it worked fine when using v2 specifications with a However I ran into this connexion error when not specifying a
Realized that the reason for this is that in connexion |
Description
We would like to create a Python aiohttp server generator.
Similar to how some other generators (e.g. R, Lua, PowerShell) are created, we will use the reverse engineering process to create the Lisp client generator.
getPetById
,addPet
)openapi-generator version
Latest master
Suggest a fix/enhancement
If anyone wants to work on this, please reply to let us know.
The text was updated successfully, but these errors were encountered: