Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 778 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 778 Bytes

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