Generating python client using asyncio library does not generate examples showcasing the usage of asyncio
See original GitHub issueDescription
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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Async IO in Python: A Complete Walkthrough
This tutorial will give you a firm grasp of Python's approach to async IO, which is a concurrent programming design that has received...
Read more >Developing with asyncio — Python 3.11.1 documentation
Asynchronous programming is different from classic “sequential” programming. This page lists common mistakes and traps and explains how to avoid them.
Read more >Python Asyncio: The Complete Guide
This guide provides a detailed and comprehensive review of asyncio in Python, including how to define, create and run coroutines, what is ......
Read more >4. 20 Asyncio Libraries You Aren't Using (But…Oh, Never Mind)
Target only whichever client is first; this changes after every rotation. 12. Create a list of coroutines for sending the message to each...
Read more >Python Asynchronous Programming - AsyncIO & Async/Await
In today's video, I'll be talking to you about asynchronous programming in python. This Python Async tutorial will cover the 'async' and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The issue is active since 2018 😦 Any news?
@Jyhess any help here? 😃