Go wrapper library for halo5 api
Go to file
Thomas Bennett 5f0288e32c Added ability to import HALO_API_KEY environment variable.
The secret API key is now imported from the environment instead of being hard coded into the package.  The gamertag variable has been renamed to sampleGamertag.
2016-05-05 13:17:12 -07:00
README.md Added ability to import HALO_API_KEY environment variable. 2016-05-05 13:17:12 -07:00
go-halo5-api.go Added ability to import HALO_API_KEY environment variable. 2016-05-05 13:17:12 -07:00

README.md

go-halo5-api

go-halo5-api is a wrapper around the Halo5 API as documented at https://developer.haloapi.com.

Usage

Set your API key as an environment variable export HALO_API_KEY="123456789abcdefghi"