We love accepting your contributions. Just follow these simple guidelines to get your PR merged ASAP.
$ dep ensure
In order to run tests you need to set these environment variables:
ZENEFITS_API_KEY
ZENEFITS_PERSON_ID
ZENEFITS_COMPANY_ID
$ go test -v ./zenefits
# Run only one test
$ go test -v ./zenefits -run TestPeopleService_Get
Everthing is under the zenefits
package, with API methods broken up into
service objects.
- Create an issue
- Fork the repo
- Run tests (go test, go vet)
- Push commits to your fork and submit a PR