question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue
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.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:7
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

19reactions
Olegt0rrcommented, Jul 15, 2021

The issue is active since 2018 😦 Any news?

1reaction
rafalkrupinskicommented, Dec 22, 2019

@Jyhess any help here? 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found