blob: 3a34e40eb89d8ba30d654099a9784142c7a4bf3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
The GData (Google data) APIs provide a simple protocol for reading
and writing data on the web. Each of the following Google services
provides a Google data API:
* Base
* Blogger
* Calendar
* Code Search
* Contacts
* Document List
* Google Apps Provisioning
* Notebook
* Picasa Web Albums
* Spreadsheets
* YouTube
The Google data Python client library provides a library and source
code that make it easy to access data through Google data APIs.
|