Prabhu Pant | c594936 | 2019-10-24 21:41:14 +0530 | [diff] [blame^] | 1 | # Google API Client Library for Python Docs |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 2 | |
| 3 | The Google API Client Library for Python is designed for Python |
| 4 | client-application developers. It offers simple, flexible |
| 5 | access to many Google APIs. |
| 6 | |
| 7 | ## Features |
| 8 | |
| 9 | - Call Google APIs simply |
Bu Sun Kim | 8496ebe | 2019-08-12 18:04:35 -0700 | [diff] [blame] | 10 | - Handle Auth with fewer lines of code |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 11 | - Use standard tooling for installation |
| 12 | |
| 13 | ## Documentation |
| 14 | |
| 15 | Learn how to use the Google API Python Client with these guides: |
| 16 | |
Bu Sun Kim | c977304 | 2019-07-17 14:03:17 -0700 | [diff] [blame] | 17 | ### Usage Guides |
| 18 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 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) |
Bu Sun Kim | c977304 | 2019-07-17 14:03:17 -0700 | [diff] [blame] | 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). |