gapic-generator-python
gapic-generator-python copied to clipboard
Ensure async clients work over REST transport
Async clients do not seem to work over REST transport. This may well be technical debt (deferred work) from the initial REGAPIC implementation. We need to get it working.
Related issues:
- #1961
- #1864
- (googlers only) b/326291423
Switching to P1 feature request as this is a new feature rather than a regression.
This is blocked by https://github.com/googleapis/google-auth-library-python/issues/613
The _aiohttp_requests module here to be made public.
https://github.com/googleapis/google-auth-library-python/blob/main/google/auth/transport/_aiohttp_requests.py
Also reported here: https://github.com/google-gemini/generative-ai-python/issues/499