This repository contains a Go package for the client-side components of the EmploymentHero APIs
import "github.com/Thinkei/employmenthero-go"
// Create a client instance
c, err := employmenthero.NewClient("clientID", "secretID", "refreshToken", "apiHost")
accessToken, err := c.GetAccessToken(context.Background())
- Create an issue to describe what you want to do = Fork a repository
- Add/Fix something
- Check that tests are passing
- Create PR
- Unit tests: go test -v ./...