Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
/ harvest Public archive
forked from bennylope/go-harvest

A Go (golang) client library for the Harvest Time Tracking API

License

Notifications You must be signed in to change notification settings

kastelo-labs/harvest

 
 

Repository files navigation

harvest

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

Usage

import "github.com/PeterVerschuure/harvest"

Construct a new Harvest client, then use the client to access the Harvest API.

apiClient := harvest.NewAPIClientWithBasicAuth(
	"YOUR_USERNAME", "YOUR_PASSWORD", "YOUR_SUBDOMAIN")

clients := apiClient.Client.List()
client := apiClient.Client.Find(123123)

people := apiClient.People.List()
person := apiClient.People.Find(123123)

License

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

About

A Go (golang) client library for the Harvest Time Tracking API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%