RestApiSDK 0.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package RestApiSDK --version 0.7.1
NuGet\Install-Package RestApiSDK -Version 0.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RestApiSDK" Version="0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestApiSDK --version 0.7.1
#r "nuget: RestApiSDK, 0.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RestApiSDK as a Cake Addin
#addin nuget:?package=RestApiSDK&version=0.7.1

// Install RestApiSDK as a Cake Tool
#tool nuget:?package=RestApiSDK&version=0.7.1

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 127,092 10/29/2014
0.10.0 3,039 10/13/2014
0.9.0 1,521 10/6/2014
0.8.0 2,802 9/18/2014
0.7.8 2,881 9/10/2014
0.7.7 3,775 8/12/2014
0.7.6 61,631 1/24/2014
0.7.4 7,777 10/29/2013
0.7.3 11,780 7/31/2013
0.7.2 2,562 7/24/2013
0.7.1 1,989 6/21/2013
0.7.0 1,605 5/30/2013
0.6.0 1,677 4/26/2013
0.5.0 3,866 3/8/2013

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