go get github.com/rubenv/harvest
Import into your application with:
import "github.com/rubenv/harvest"
Create an API token on the Developers page of Harvest ID.
Use your account ID and API token to create a client:
client := harvest.New(123456, "my-token")
Check the documentation for available methods.
This library is distributed under the MIT license.