Go wrapper library for halo5 api
Go to file
Derek McQuay 5fbb161f36 created halo pkg and renamed functions
haven't changed any of the code, per se.  Moved the halo pkg code and
created main.go file.  Should create tests for all of the functionality.
2016-05-05 14:45:52 -07:00
halo created halo pkg and renamed functions 2016-05-05 14:45:52 -07:00
.gitignore adding gitignore file 2016-05-05 14:44:07 -07:00
README.md Added ability to import HALO_API_KEY environment variable. 2016-05-05 13:17:12 -07:00
main.go created halo pkg and renamed functions 2016-05-05 14:45:52 -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"