Iris is a Java library that allows communication with Netuitive's Rest API. If you have a Netuitive account and you want to explore Netuitive's REST API and test some requests, go here.
See our API docs for more information, or contact Netuitive support at support@netuitive.com.
./gradlew build
./gradlew -Dusername='{username}' -Dpassword='{password}' -DapiKey='{apiKey}' -Demail='{email}' clean test