Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.03 KB

File metadata and controls

29 lines (15 loc) · 1.03 KB

Logo

ReportingCloud Java SDK

This is the official Java SDK for the ReportingCloud Web API. It is authored, maintained and fully supported by Text Control GmbH.

http://www.reporting.cloud

Before using ReportingCloud, please sign up to the service:

https://portal.reporting.cloud

API Documentation

The API documentation for the ReportingCloud Java SDK can be found here.

Build

Building from source requires the Java JDK 8. To build, change to the project's root directory (the location of build.gradle) and run

$ gradlew build

To build the API documentation, run

$ gradlew javadoc

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/TextControl/txtextcontrol-reportingcloud-java.