-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.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.‘Nice-to-have’ improvement, new feature or different behavior or design.