Skip to content

adim1973/keypay-dotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keypay-dotnet

.NET client for the KeyPay API

Get Started

The KeyPay Client can be installed using the Nuget package manager.

Install-Package KeyPay

Example

	var apiKey = "{your KeyPay API Key goes here}";
	
	// Create a client instance
	var client = new KeyPayApiV2Client("https://api.yourpayroll.com.au/api/v2", apiKey)));
	
	// Retrieve a list of the businesses associated with the API Key
	var business = client.Business.List();

More Help?

There is a Sample Application that demonstrates a few core concepts of working with the KeyPay Client. Please check out our online documentation as a reference, or contact our Support

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

.NET client for the KeyPay API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • C# 43.7%
  • HTML 2.2%
  • Other 0.4%