Java Library
The Java client libraries wraps the raw HTTP based API of Zoho Reports with easy to use methods for Java language. This enables Java developers to easily use Zoho Reports API.
Javadocs
Click here for javadocs.Download Java Client Library
Download the Java client library rom the link below.
http://css.zohostatic.com/db/api/v6_m3/ZohoReportAPIClient.zip
Samples
Samples are bundled along with the client jars in the above ZIP download. You can find them under the samples folderFor using the samples
- Take a copy of the Store Sales database.
- Change the configurations in Config.java
- Compile the files using CompileSamples.bat (/CompileSamples.sh)
- Test the samples using TestSamples.bat (/TestSamples.sh).