clebio / harvest

Golang client for harvest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 99.8%Language:Shell 0.2%