This is a java client for the RainforestQA REST APIs. See https://app.rainforestqa.com/docs for the API documentation.
rainforest-java
uses Apache Maven which it is beyond
the scope to detail. The super simple quick start is:
mvn install
<dependency>
<groupId>com.addthis.rainforest</groupId>
<artifactId>rainforest-java</artifactId>
<version>latest-and-greatest</version>
</dependency>
This is not currently pushed to maven central.
rainforest-java is released under the Apache License Version 2.0. See Apache or the LICENSE for details.