• Home
Name
Date
Size
#Lines
LOC

..--

dyn/03-May-2024-1,698,7521,571,318

epy/03-May-2024-34,11430,165

README.mdD03-May-20241.2 KiB3929

api-keys.mdD03-May-2024916 169

auth.mdD03-May-20243.9 KiB4222

batch.mdD03-May-20243.3 KiB9574

buildD03-May-20241.1 KiB294

client-secrets.mdD03-May-20243.6 KiB8360

logging.mdD03-May-20241.5 KiB5137

media.mdD03-May-20244.7 KiB7654

mocks.mdD03-May-20244.9 KiB10787

oauth-installed.mdD03-May-202411 KiB174110

oauth-server.mdD03-May-20247.3 KiB12675

oauth.mdD03-May-20248.5 KiB14891

pagination.mdD03-May-20241.3 KiB2213

performance.mdD03-May-20243 KiB4928

start.mdD03-May-20248.4 KiB15499

thread_safety.mdD03-May-20241.4 KiB3022

README.md

1# Google API Client Library for Python Docs
2
3 The Google API Client Library for Python is designed for Python
4client-application developers. It offers simple, flexible
5access to many Google APIs.
6
7## Features
8
9- Call Google APIs simply
10- Handle Auth with fewer lines of code
11- Use standard tooling for installation
12
13## Documentation
14
15Learn how to use the Google API Python Client with these guides:
16
17### Usage Guides
18
19- [Getting Started](start.md)
20- [Auth](auth.md)
21  - [API Keys](api-keys.md)
22  - [OAuth 2.0](oauth.md)
23  - [OAuth 2.0 for Web Server Applications](https://developers.google.com/identity/protocols/oauth2/web-server)
24  - [OAuth 2.0 for Installed Applications](oauth-installed.md)
25  - [OAuth 2.0 for Server to Server Applications](oauth-server.md)
26  - [Client Secrets](client-secrets.md)
27- How to...
28  - [Use Logging](logging.md)
29  - [Upload Media](media.md)
30  - [Use Mocks](mocks.md)
31  - [Use Pagination](pagination.md)
32  - [Improve Performance](performance.md)
33  - [Understand Thread Safety](thread_safety.md)
34
35### Reference Documentation
36
37- Reference documentation for the core library [googleapiclient](http://googleapis.github.io/google-api-python-client/docs/epy/index.html).
38- [Library reference documentation by API](dyn/index.md).
39