# harvest **Repository Path**: mirrors_rubenv/harvest ## Basic Information - **Project Name**: harvest - **Description**: Go bindings for Harvest - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # harvest - Go bindings for Harvest invoicing [![test](https://github.com/rubenv/harvest/actions/workflows/test.yml/badge.svg)](https://github.com/rubenv/harvest/actions/workflows/test.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/rubenv/harvest.svg)](https://pkg.go.dev/github.com/rubenv/harvest) https://www.getharvest.com/ ## Installation ``` go get github.com/rubenv/harvest ``` Import into your application with: ```go import "github.com/rubenv/harvest" ``` ## Usage Create an API token on the [Developers page](https://id.getharvest.com/developers) of Harvest ID. Use your account ID and API token to create a client: ```go client := harvest.New(123456, "my-token") ``` Check the [documentation](https://godoc.org/github.com/rubenv/harvest) for available methods. ## License This library is distributed under the [MIT](LICENSE) license.