Skip to content

mitchharvey/mygcc-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unofficial myGCC REST API

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%