Inital commit

This commit is contained in:
Tilman
2011-10-26 09:44:02 +02:00
commit 5971f4b417
1813 changed files with 737837 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
Google data API - README for samples package
Mar 05, 2008
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 at
http://code.google.com/apis/gdata.
Package information
===================
This package contains:
o Code samples to interact with each of the Google Services using GData Java
API.
o Precompiled libraries to access supported Google Services using GData API.
o Javadoc for GData API.
Refer to INSTALL-samples.txt for details on how to install and use this package.
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