/mygcc-api

Unofficial myGCC REST API

Primary LanguageJavaMIT LicenseMIT

Unofficial myGCC API

Build Status Dependency Status

REST API to interface with the myGCC website.

See API.md for examples and a reference.

Development

Packaging

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.

Run server

java -cp "target/classes:target/dependency/*" com.mygcc.api.Main