Harvest API

A ruby wrapper for Harvest v2 API http://www.getharvest.com/api

Installation

Add this line to your application's Gemfile:

gem 'harvest-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install harvest-api

Usage

# Create client with authentication credentials
client = Harvest.client(access_token: 'd7f9bjnf9', account_id: '183950', user_agent: 'HarvestAPI ([email protected])')

# Fetch the authenticated user
client.users.me

Supported features

  • Time Entries