RestApiSDK 0.6.0
See the version list below for details.
dotnet add package RestApiSDK --version 0.6.0
NuGet\Install-Package RestApiSDK -Version 0.6.0
<PackageReference Include="RestApiSDK" Version="0.6.0" />
<PackageVersion Include="RestApiSDK" Version="0.6.0" />
<PackageReference Include="RestApiSDK" />
paket add RestApiSDK --version 0.6.0
#r "nuget: RestApiSDK, 0.6.0"
#:package RestApiSDK@0.6.0
#addin nuget:?package=RestApiSDK&version=0.6.0
#tool nuget:?package=RestApiSDK&version=0.6.0
The PayPal API uses HTTP verbs and a RESTful endpoint structure. OAuth2.0 is used as the API Authorization framework. Request and response payloads are formatted as JSON.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 4.5.11)
- PayPalCoreSDK (>= 1.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RestApiSDK:
| Package | Downloads |
|---|---|
|
WhallaLabs.Owin
Description |
|
|
Dazzling.Studio.CheckoutService
Provides basic checkout for Paypal and IDeal for ING Bank. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.11.0 | 155,315 | 10/29/2014 | |
| 0.10.0 | 3,691 | 10/13/2014 | |
| 0.9.0 | 2,024 | 10/6/2014 | |
| 0.8.0 | 3,294 | 9/18/2014 | |
| 0.7.8 | 3,354 | 9/10/2014 | |
| 0.7.7 | 4,361 | 8/12/2014 | |
| 0.7.6 | 75,136 | 1/24/2014 | |
| 0.7.4 | 8,480 | 10/29/2013 | |
| 0.7.3 | 13,673 | 7/31/2013 | |
| 0.7.2 | 3,040 | 7/24/2013 | |
| 0.7.1 | 2,491 | 6/21/2013 | |
| 0.7.0 | 2,094 | 5/30/2013 | |
| 0.6.0 | 2,140 | 4/26/2013 | |
| 0.5.0 | 4,353 | 3/8/2013 |
V0.6.0 (April 26, 2013)
Added support for dynamic configuration of SDK (Upgraded sdk-core-dotnet dependency to V1.3.0)
Deprecated the setCredential method and changed resource class methods to take an ApiContext argument instead of an OauthTokenCredential argument