https://github.com/rubenv/harvest
Go bindings for Harvest
https://github.com/rubenv/harvest
Last synced: 22 days ago
JSON representation
Go bindings for Harvest
- Host: GitHub
- URL: https://github.com/rubenv/harvest
- Owner: rubenv
- License: mit
- Created: 2019-07-17T09:06:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-29T19:00:38.000Z (8 months ago)
- Last Synced: 2025-10-29T20:53:04.662Z (8 months ago)
- Language: Go
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# harvest - Go bindings for Harvest invoicing
[](https://github.com/rubenv/harvest/actions/workflows/test.yml) [](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.