blob: 3e252bb471dbdc2a72abe4f2f78c0ca83f7dfe23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.
Each of the following Google services provides a Google data API:
* Base * Code Search
* Blogger * Notebook
* Calendar * Webmaster Tools API
* Health * Google Analytics Data Export API
* Picasa Web Albums * Google Book Search Data API
* Spreadsheets * Google Finance Portfolio Data API
* Documents List * Google Maps Data API
* Contacts * Sites Data API
* YouTube * Issue Tracker Data API
* Google Apps Provisioning
The GData Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.
WWW: http://code.google.com/p/gdata-python-client/
|