The Java client library for the Google Base Data API makes it easier to write Java clients to programmatically access Google Base data. The client library is provided in a single zip file. To use the Java client library, download the current package (a .zip file) to a download location. Then, extract the contents of the file to a local directory of your choosing.
The client library is provided in two jar files in the java/lib directory:
gdata-base-1.0.jar contains all of the pre-compiled
stub classes needed to write a Java clientgdata-client-1.0.jar contains all of the supporting Google Data classesPut both of these files in your classpath. You don't need to put anything else in your classpath or do any pre-compiling. If you do want to recompile the Google Base Data API client library or the example programs, you can use the provided Ant build file.
You can use the sample programs in the java/sample/gbase subdirectory of the client library's samples to get started writing your own client. Copy the demo program
you want to use, then edit it to use your own login information. Refer to Accessing the Google Base Data API using Java for more information about these examples.
The .NET client library for the Google Base Data API makes it easier to write .NET clients to programmatically access your Google Base data. The Google Base client library is bundled with the GData client library and provided in a single zip file.
To use the .NET client library, download the current package (a .zip file) to a download location. Then, extract the contents of the file to a local directory of your choosing.
You can use the demo programs in the Sources/Samples/gbase subdirectory of the client
library to get started writing your own client. Copy the demo program
you want to use, then edit it to use your own login information. Refer to Accessing the Google Base Data API using C# for more information about these examples.
The PHP client library for the Google Base Data API, provided by Zend Technologies, makes it easier to write PHP clients to programmatically access Google Base data. The Google Base client library is bundled with the Google Data PHP client library.
To use the PHP client library, download the current package (a .zip file) to a download location. Then, extract the contents of the file to a local directory of your choosing.
You can use the demo programs in the demos/Zend/Gdata subdirectory of the client
library to get started writing your own client. You can also use the PHP5 Sample Application to get started
writing your own client.
The Python client library for the Google Base Data API makes it easier to write Python clients to programmatically access Google Base data. The Google Base
client library is bundled with the GData client library and provided in a single zip or tar.gz file.
You can use the demo programs in the samples/base subdirectory of the client
library to get started writing your own client. You can also use the Accessing the Google Base data API using Python to get started
writing your own client.