Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: optionally generate async rest and client files #2122

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

ohmayr
Copy link
Contributor

@ohmayr ohmayr commented Aug 31, 2024

This PR leverages the client settings to optionally generate the following files:

  • async_client.py if gRPC is a required as a transport or rest_async_io_enabled is True.
  • rest_asyncio.py if rest_async_io_enabled is True.

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Aug 31, 2024
@ohmayr ohmayr marked this pull request as ready for review September 3, 2024 14:18
@ohmayr ohmayr requested a review from a team as a code owner September 3, 2024 14:18
@parthea parthea assigned ohmayr and unassigned parthea Sep 3, 2024
@ohmayr ohmayr force-pushed the async-rest-initial branch 2 times, most recently from dd34d55 to aa4bfa6 Compare September 3, 2024 20:35
Copy link
Contributor

@parthea parthea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Added non-blocking comment.

@ohmayr ohmayr merged commit bb7bac9 into main Sep 4, 2024
67 checks passed
@ohmayr ohmayr deleted the async-rest-initial branch September 4, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants