Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvest API Client for .NET Standard

NuGet Version

This is a .NET Standard port of the Harvest.Net.

Some parts of the code is from lprichar/harvest.net

Usage

Create a client object:

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

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

    Account myAccount = client.WhoAmI()

License

This library is MIT licensed.

About

Harvest API client for .NET Standard

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from weikio/Template