Documentation is available for each of the libraries bundled with Google APIs Client Library for Python and supported APIs:
- google-api-python-client — The core library.
- oauth2client — The Python OAuth 2.0 library.
- Supported APIs — PyDoc documentation for each API.
Here are shortcuts to particularly important modules, classes, and methods:
- Building a service:
- OAuth 2.0 on any platform:
- oauth2client.client.AccessTokenCredentials
- oauth2client.client.flow_from_clientsecrets
- oauth2client.client.OAuth2Credentials
- oauth2client.client.OAuth2WebServerFlow
- oauth2client.service_account.ServiceAccountCredentials
- oauth2client.client.Storage
- oauth2client.file.Storage
- oauth2client.multistore_file
- oauth2client.tools.run_flow
- OAuth 2.0 on Google App Engine:
- OAuth 2.0 on Django: