If you prefer to interact with the Google Base feeds directly, the Google Base data API Java examples provide a tutorial to get you started. These examples do not use the Java Client Library. The code is linked from each of the documentation pages.
Although these examples are written in Java, they might also be helpful if you plan to write code in another language and want to figure out how to interact with the Google Base data API.
These examples assume that you know Java programming (including some basic knowledge of HTTP connections and SAX parsers) and that you are familiar with Google Base concepts. You also need to understand the following concepts before you can take full advantage of the sample applications:
The Google Base data API Java Client Library offers a nice object oriented abstraction for accessing the Google Base data API. There are three sample applications written in Java that show how to use the client library. You can use these as a basis for writing your own application using the GoogleBase data API Java Client Library. The code for these examples is included in the client library distribution.
You may also find it useful to read the Java Developer's Guide, as well as the Google Base client library javadoc and the Google Data client library javadoc.
The sample applications do not do any error-handling in order to simplify the code, but it is good practice to include it. Refer to the Java Developer's Guide for more information.
Go to QueryExample1