Google data API - README for source package Mar 21, 2007 Overview ======== The Google data APIs ("GData" for short) provide a simple standard protocol for reading and writing data on the web. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom publishing protocol, plus some extensions for handling queries. Google also provides a set of client libraries for interacting with GData-enabled services, in a variety of programming languages. Using these libraries, you can construct GData requests, send them to a service, and receive responses. Several services currently support the GData API. A complete up-to-date list along with respective documentation can be found on the GData site: http://code.google.com/apis/gdata Package information =================== The GData package contains: o Java source code to interact with GData enabled Google Services. o Javadoc for the GData Java API. The documentation can be found in the 'doc' folder. The package contains just the 'java' library which can be found in the 'java' folder. Refer to INSTALL-src.txt for details on package dependencies and install instructions. There are client libraries in various other languages including C#, PHP, JavaScript and more. Please see the GData web page for information on obtaining other client libraries at http://code.google.com/apis/gdata. Related Resources: ================== 1. GData API documentation: http://code.google.com/apis/gdata/ 2. First time users refer to getting started guide http://code.google.com/support/bin/answer.py?answer=78455&topic=12022 3. Using Proxy Servers with GData Java client library http://code.google.com/support/bin/answer.py?answer=71349&topic=11369#java 4. For questions/reporting bugs/feedback visit http://groups.google.com/group/google-help-dataapi