go-harvest

command module
v0.0.0-...-66f9686 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2014 License: MIT Imports: 3 Imported by: 0

README

go-harvest

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

Disclaimer

As of 3/18/14 this library is still under active development and missing things that would make it useful on it's own.

Usage

import "github.com/backforty/go-harvest/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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL