![]() |
VOOZH | about |
dotnet add package RestApiSDK --version 0.7.1
NuGet\Install-Package RestApiSDK -Version 0.7.1
<PackageReference Include="RestApiSDK" Version="0.7.1" />
<PackageVersion Include="RestApiSDK" Version="0.7.1" />Directory.Packages.props
<PackageReference Include="RestApiSDK" />Project file
paket add RestApiSDK --version 0.7.1
#r "nuget: RestApiSDK, 0.7.1"
#:package RestApiSDK@0.7.1
#addin nuget:?package=RestApiSDK&version=0.7.1Install as a Cake Addin
#tool nuget:?package=RestApiSDK&version=0.7.1Install as a Cake Tool
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 net is compatible. |
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. |
This package is not used by any popular GitHub repositories.
CHANGE LOG
==========
V0.7.1 (June 22, 2013)
-----------------------
* Bug fix release for "internal server error" issue in OAuth calls
V0.7.0 (May 30, 2013)
-----------------------
* Added support for Auth and Capture APIs
* Types Modified to match the API Spec
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
V0.5.2 (March 07, 2013)
-----------------------
* Initial Release