swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 421 forks source link

fixes #1252 python asyncio: await refresh_api_key_hook, replace usage of urllib3, remove urllib3 #1253

Open e-geist opened 7 months ago

e-geist commented 7 months ago

Fixes the mentioned #1252 .

I would look into fixing the same issues for tornado, as soon as I was able to gather some experience with it.

Also not sure whether I need to recreate the petstore sample in the codegen repo?

Looking forward to suggestions for improvements.