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