Skip to content

Adafy/Harvest.Netstandard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages