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

Convert to a static/packaged library #1063

Closed
busunkim96 opened this issue Oct 9, 2020 · 0 comments · Fixed by #1109
Closed

Convert to a static/packaged library #1063

busunkim96 opened this issue Oct 9, 2020 · 0 comments · Fixed by #1109
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@busunkim96
Copy link
Contributor

The Python discovery client library google-api-python-client currently downloads the discovery doc for a service at runtime and constructs a client. Convert the library to a static/packaged library. See the Node client for an example of this.

The Python client has a discovery_cache that is only usable with the deprecated auth client (oauth2client) or App Engine Standard's memcache. One possible solution is adjusting this cache to reference downloaded json instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants