/go-harvest

Go library for accessing the Harvest API

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

go-harvest

PkgGoDev

go-harvest is a Go client library for accessing the Harvest API.

Usage

client := harvest.NewClient("accessToken", "accountId")

// list all time entries
timeEntries, _, err := client.TimeEntries.List(ctx, nil)

License

This library is distributed under the BSD-style license found in the LICENSE file.