Skip to content

Generating python client using asyncio library does not generate examples showcasing the usage of asyncio #763

@prathik457

Description

@prathik457
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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions