8000 Convert to a static/packaged library · Issue #1063 · googleapis/google-api-python-client · GitHub
[go: up one dir, main page]

Skip to content
Convert to a static/packaged library #1063
Closed
@busunkim96

Description

@busunkim96

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.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0