My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

Google Documents List Data API

Client Libraries and Sample Code

Google Data client libraries are available to help you write client applications that use the Documents List Data API.

For each language, the client library provides tools and an abstraction layer, letting you construct queries and use response data without having to create HTTP requests or process HTTP responses by hand. Each client library provides classes that correspond to the elements and data types that the API uses. The libraries also provide extensions for specific Google services that have Data APIs.

Client libraries are not tied to a specific version of the API. Client libraries include access to all the versions of the API and let you specify a version to develop against. The API versions supported by each client library are listed in the table below.

Client Libraries Provided by Google

Latest
Library
API Versions Supported
by the Client Library
Reference Docs Resources
Java Download v3.0 , v2.0, v1.0 Javadoc
.NET Download v2.0 and v1.0 NDoc
PHP Download v1.0 only PHPdoc
Package "Zend_GData"
Python Download v1.0 only PyDoc
Objective-C Download

External Client Libraries

The following client libraries are not written by Google and are not supported by Google.

Sample code

A few sample programs that demonstrate how to use the API and the client libraries are listed below. Use them to help you get started!

Version 3.0 samples

Previous version(s) samples

Tutorials

Articles to help you get up and running quickly, debug problems or use your favorite language with Google Data APIs. See the articles page for a complete listing.

Back to top