This is the official Java SDK for the ReportingCloud Web API. It is authored, maintained and fully supported by Text Control GmbH.
Before using ReportingCloud, please sign up to the service:
https://portal.reporting.cloud
The API documentation for the ReportingCloud Java SDK can be found here.
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
Bug reports and pull requests are welcome on GitHub at https://github.com/TextControl/txtextcontrol-reportingcloud-java.