/harvest

Go bindings for Harvest

Primary LanguageGoMIT LicenseMIT

harvest - Go bindings for Harvest invoicing

test Go Reference

https://www.getharvest.com/

Installation

go get github.com/rubenv/harvest

Import into your application with:

import "github.com/rubenv/harvest"

Usage

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.

License

This library is distributed under the MIT license.