Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 717 Bytes

README.mdown

File metadata and controls

29 lines (19 loc) · 717 Bytes

Rainforest Java

What's this?

This is a java client for the RainforestQA REST APIs. See https://app.rainforestqa.com/docs for the API documentation.

Building

rainforest-java uses Apache Maven which it is beyond the scope to detail. The super simple quick start is:

mvn install

Use

<dependency>
    <groupId>com.addthis.rainforest</groupId>
    <artifactId>rainforest-java</artifactId>
    <version>latest-and-greatest</version>
</dependency>

This is not currently pushed to maven central.

License

rainforest-java is released under the Apache License Version 2.0. See Apache or the LICENSE for details.