Skip to content

Latest commit

 

History

History
executable file
·
28 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
28 lines (23 loc) · 1.18 KB

ClarifyPCL

This API SDK was automatically generated by APIMATIC BETA v2.0

How To Configure:

The generated code might need to be configured with your API credentials. To do that, open the file "Configuration.cs" and edit it's contents.

How To Build:

The generated code uses a few NuGet Packages e.g., Newtonsoft.Json, UniRest. The reference to these packages is already added as in the packages.config file. If the automatic NuGet package restore is enabled, these dependencies will be installed automatically. Therefore, you will need internet access for build.

1. Unarchive the downloaded zip file.
2. Open the solution (*.sln) file.
3. Invoke the build process using "F6" key or "CTL+LSHIFT+B" shortcut.

How To Use:

The build process generates a portable class library, which can be used like a normal class library. The generated library is compatible with Windows Forms, Windows RT, Windows Phone 8, Silverlight 5, Xamarin iOS, Xamarin Android and Mono. More information on how to use can be found at the following link.

http://msdn.microsoft.com/en-us/library/vstudio/gg597391(v=vs.100).aspx