google-api-python-client-stubs icon indicating copy to clipboard operation
google-api-python-client-stubs copied to clipboard

Type stubs for google-api-python-client

Results 2 google-api-python-client-stubs issues
Sort by recently updated
recently updated
newest added

The methods that google-api-python-client generates at runtime actually has docstrings. It would be useful to add these in the stubs so that they're shown in your IDE

enhancement

Currently nested resources are defined as nested classes. This is kinda convenient because it means you only need to import the base resource, e.g. you can do `from googleapiclient._apis.analytics.v3.resources import...

enhancement