Navigation Menu

Skip to content

invisiblecloud/invisible-collector-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invisible Collector Java client

Master: Build Status

The java client for the Invisible Collector API.

Check out this library's API documentation.

If you have any issues with the library please create an issue here.

Contributions

If you have fixed any bugs or implemented new features please create a Pull Request to update the main codebase. Any PRs are checked on a build server, so to see if your changes are compliant you can install the maven CLI, and run mvn verify in the project root. Also please add tests for any new classes.

This library follows the google java style guide.

Commands

To generate javadoc static website:

mvn compile -P generate-javadoc

Notes

You can check out the documentation for the API which this library implements here.