• Home
Name Date Size #Lines LOC

..--

dyn/03-May-2024-1,561,5151,475,010

epy/03-May-2024-33,34629,386

README.mdD03-May-20241.3 KiB4232

api-keys.mdD03-May-2024795 169

auth.mdD03-May-20243.9 KiB4222

batch.mdD03-May-20243.3 KiB9574

buildD03-May-20241.1 KiB294

client-secrets.mdD03-May-20243.5 KiB8159

django.mdD03-May-20243.1 KiB4837

google_app_engine.mdD03-May-20249 KiB149112

logging.mdD03-May-20241.5 KiB5137

media.mdD03-May-20244.5 KiB7654

mocks.mdD03-May-20244.8 KiB10687

oauth-installed.mdD03-May-202411 KiB173110

oauth-server.mdD03-May-202410.5 KiB14889

oauth-web.mdD03-May-20244.3 KiB5436

oauth.mdD03-May-202411 KiB181117

pagination.mdD03-May-20241.3 KiB2213

performance.mdD03-May-20243 KiB4928

start.mdD03-May-202420.6 KiB422324

thread_safety.mdD03-May-20241.6 KiB2919

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- Use the library with Google App Engine
11- Handle Auath with fewer lines of code
12- Use standard tooling for installation
13
14## Documentation
15
16Learn how to use the Google API Python Client with these guides:
17
18### Usage Guides
19
20- [Getting Started](start.md)
21- [Auth](auth.md)
22  - [API Keys](api-keys.md)
23  - [OAuth 2.0](oauth.md)
24  - [OAuth 2.0 for Web Server Applications](oauth-web.md)
25  - [OAuth 2.0 for Installed Applications](oauth-installed.md)
26  - [OAuth 2.0 for Server to Server Applications](oauth-server.md)
27  - [Client Secrets](client-secrets.md)
28- How to...
29  - [Use Logging](logging.md)
30  - [Upload Media](media.md)
31  - [Use Mocks](mocks.md)
32  - [Use Pagination](pagination.md)
33  - [Improve Performance](performance.md)
34  - [Understand Thread Safety](thread_safety.md)
35  - [Use Google App Engine](google_app_engine.md)
36  - [Use Django](django.md)
37
38### Reference Documentation
39
40- Reference documentation for the the core library [googleapiclient](http://googleapis.github.io/google-api-python-client/docs/epy/index.html).
41- [Library reference documentation by API](dyn/index.md).
42