-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME-samples.txt
40 lines (33 loc) · 1.56 KB
/
README-samples.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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