Skip to content

schalk-b/dotNetApiClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Independent Reserve .Net API Client

Independent Reserve C# API client and sample application.

The client wraps up all of the private and public methods exposed by the Independent Reserve API, and handles authentication when it is configured with a valid API Key and API Secret. It is designed to be easily plugged in by 3rd party developers into their own applications.

The sample application shows how to use the client in a simple WPF application.

Refer to https://www.independentreserve.com/API for API documentation

###System Requirements

  • Visual Studio 2013 Update 2 and .NET 4.0 or later are required to open Visual Studio solution
  • .NET client assembly is a portable class library which can be used on the following platforms: .NET Framework 4, Silverlight 5, Windows Phone 8.1, Windows Phone Silverlight 8

###Steps to build

  • Precompiled client dll and sample application can be found in the 'binaries' folder
  • You can compile both the client and the sample application in Visual Studio 2013 Update 2 or a later version

###Configuring Sample Application

You need to specify your API Key and API Secret in .NET Sample Application configuration file 'SampleApplication.exe.config', in the appSettings section.

##Need help?

Contact us at support@independentreserve.com

About

Independent Reserve C# API client and sample application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.8%
  • PowerShell 5.2%