Skip to content

WooCode/harvest.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvest.Net

A .Net wrapper for the Harvest API.

Installation

This library is hosted as a nuget package.

To install Harvest.Net, run the following command in the Package Manager Console

PM> Install-Package Harvest.Net

Usage

Create a client object:

HarvestRestClient client = new HarvestRestClient("example.harvestapp.com", "myusername", "mypassword");

Harvest API end points are converted to PascalCase. So example.harvestapp.com/account/who_am_i becomes

Account myAccount = client.WhoAmI();

About

Harvest API wrapper in .Net.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.1%
  • PowerShell 0.9%