Skip to content

adlio/harvest

Repository files navigation

Go Harvest API

Harvest Logo

GoDoc Build Status Coverage Status

A #golang package to access the Harvest API.

Installation

The Go Harvest API has been tested compatible with Go 1.8 on up. Its only dependency is the github.com/pkg/errors package. It otherwise relies only on the Go standard library.

go get github.com/adlio/harvest

Basic Usage

All interaction starts with a harvest.API. Create one with your account ID and token:

client := harvest.NewTokenAPI("ACCOUNTID", "TOKEN")

About

Golang client for harvest

Resources

License

Stars

Watchers

Forks

Packages

No packages published