Parse.Api 2.0.0

dotnet add package Parse.Api --version 2.0.0
NuGet\Install-Package Parse.Api -Version 2.0.0
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="Parse.Api" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Parse.Api --version 2.0.0
#r "nuget: Parse.Api, 2.0.0"
#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 Parse.Api as a Cake Addin
#addin nuget:?package=Parse.Api&version=2.0.0

// Install Parse.Api as a Cake Tool
#tool nuget:?package=Parse.Api&version=2.0.0

A Portable Class Library C# wrapper for the Parse REST API. Can be used with .NET Framwork 4.0 and higher, Silverlight 4 and higher, Windows Phone 7.1 and higher, and .NET for Windows Store apps.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Parse.Api:

Package Downloads
DistributedNetworkTrainingStorageAPI

A wrapper around the Parse API to store and fetch the best updates in a distributed neural network training environment

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 8,497 8/23/2013
1.0.0.1 1,161 8/16/2013
1.0.0 1,103 8/16/2013
0.1.0 1,148 8/14/2013

Remove dependency on Microsoft.Net.Http. Catch exceptions from the API and return as part of result, instead of throwing.