CorePro SDKs
Although the CorePro API is intended to be very simple to consume, having a pre-built SDK that handles all the details for you makes it just that much simpler.
.NET SDK
See corepro-sdk-csharp on GitHub for source code.
Alternatively, install the CorePro.SDK NuGet package.
To install using Visual Studio, simply:
- In Solution Explorer under your project, right-click the
References
node - Select
Manage NuGet Packages...
- Make sure
Online
is selected in the upper left - Search for
corepro
- Click
Install
Java SDK
See corepro-sdk-java on GitHub for source code.
Ruby SDK
See corepro-sdk-ruby on GitHub for source code.
Alternatively, install the corepro ruby gem.
NodeJS SDK
See corepro-sdk-nodejs on GitHub for source code.
Python SDK
See corepro-sdk-python on GitHub.
PHP SDK
See corepro-sdk-php on GitHub.