Description
I am planning to use asyncio in a python client and I see that documentation is not provided for the usage of asyncio
openapi-generator version
3.2.0
OpenAPI declaration file content or url
Command line used for generation
java -jar openapi-generator-cli-3.2.0.jar generate
-i api.yml
-g python
-o some-client
--library asyncio
Steps to reproduce
I checked the main readme.md and also the docs to check for the documentation of asyncio
Related issues/PRs
Suggest a fix/enhancement
I suggest we should give asyncio usage in the documentation. There will be clarity implementation wise.
Description
I am planning to use asyncio in a python client and I see that documentation is not provided for the usage of asyncio
openapi-generator version
3.2.0
OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
I checked the main readme.md and also the docs to check for the documentation of asyncio
Related issues/PRs
Suggest a fix/enhancement
I suggest we should give asyncio usage in the documentation. There will be clarity implementation wise.