Info
Version: | 0.11.0 |
Author(s): | PayPal |
Last Update: | Wednesday, October 29, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/paypal/rest-api-sdk-dotnet/tree/v0.11.0 |
NuGet Url: | https://www.nuget.org/packages/RestApiSDK |
Install
Install-Package RestApiSDK
dotnet add package RestApiSDK
paket add RestApiSDK
RestApiSDK Download (Unzip the "nupkg" after downloading)
Dependencies
- PayPalCoreSDK(1.5.1)
Tags
It is recommended that new integrations use the newer package.
For those considering to upgrade to the newer package from a version of this package, please refer to the PayPal .NET SDK's wiki on GitHub: https://github.com/paypal/PayPal-NET-SDK/wiki/Breaking-Changes#v10
The PayPal REST 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.