REST API to interface with the myGCC website.
See API.md for examples and a reference.
mvn clean package
If tests are failing or skipping make sure you have four environmental variables set:
enckey
A 16 character string for encrypting the tokens.initvect
Another 16 character string for encrypting the tokens.
java -cp "target/classes:target/dependency/*" com.mygcc.api.Main