This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2011-10-26 09:44:02 +02:00

24 lines
855 B
Plaintext

Google Books Data API Java Samples - README.txt
-------------------------------------------------
The Java Books sample is a simple application that shows sample usage
of the various feeds that comprise the Book Search Data API. It works
in two modes. On the one hand as a readonly sample that allows
anonymous searching for volumes; on the other hand as an authenticated
application that performs read and write on the user's annotation and
my library feeds.
The application can be built and run using the provided Ant build file found at
gdata/java/build-samples.xml. The sample can be run in the following manner:
1. Invoke the samples using the appropriate command line:
ant -f gdata/java/build-samples.xml sample.books.run
or
ant -f gdata/java/build-samples.xml sample.books.run --username
<username> --password <password>