• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

dyn/23-Nov-2023-1,405,8691,319,458

epy/23-Nov-2023-33,34629,386

README.mdD23-Nov-20231.2 KiB3929

api-keys.mdD23-Nov-2023862 169

auth.mdD23-Nov-20233.9 KiB4222

batch.mdD23-Nov-20233.3 KiB9574

buildD23-Nov-20231.1 KiB294

client-secrets.mdD23-Nov-20233.6 KiB8360

logging.mdD23-Nov-20231.5 KiB5137

media.mdD23-Nov-20234.6 KiB7654

mocks.mdD23-Nov-20234.9 KiB10687

oauth-installed.mdD23-Nov-202311 KiB173110

oauth-server.mdD23-Nov-202310.5 KiB14889

oauth-web.mdD23-Nov-20234.3 KiB5436

oauth.mdD23-Nov-20238.1 KiB14187

pagination.mdD23-Nov-20231.3 KiB2213

performance.mdD23-Nov-20233 KiB4928

start.mdD23-Nov-20237.2 KiB13787

thread_safety.mdD23-Nov-20231.1 KiB2216

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](oauth-web.md)
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 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