This is a collection of examples demonstrating how to use the Pangea Java SDK.
Set up the environment variables (Instructions) PANGEA_<SERVICE>_TOKEN
and PANGEA_DOMAIN
with your project token configured on the Pangea User Console (token should have access to <service>
Instructions) and with your Pangea domain.
To run examples, move to example folder you would like to run, e.g. if we want to run audit log example:
$ cd audit/log
and then run example with:
$ mvn clean && mvn compile
$ mvn exec:java -Dexec.mainClass=cloud.pangeacyber.examples.App