FubarCoder.RestSharp.Portable.Core 3.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FubarCoder.RestSharp.Portable.Core --version 3.1.0
NuGet\Install-Package FubarCoder.RestSharp.Portable.Core -Version 3.1.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="FubarCoder.RestSharp.Portable.Core" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FubarCoder.RestSharp.Portable.Core --version 3.1.0
#r "nuget: FubarCoder.RestSharp.Portable.Core, 3.1.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 FubarCoder.RestSharp.Portable.Core as a Cake Addin
#addin nuget:?package=FubarCoder.RestSharp.Portable.Core&version=3.1.0

// Install FubarCoder.RestSharp.Portable.Core as a Cake Tool
#tool nuget:?package=FubarCoder.RestSharp.Portable.Core&version=3.1.0

This is the core RestSharp.Portable library which contains mostly interfaces
to allow dependent libraries to use as few dependencies as possible.

Supported Platforms:
- .NET Framework 4
- .NET for Windows Store apps
- .NET Native for Windows Store apps
- Windows Phone 8
- Windows Phone 8.1
- Silverlight 5
- Xamarin Android
- Xamarin iOS / MonoTouch
- Portable Class Libraries

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (65)

Showing the top 5 NuGet packages that depend on FubarCoder.RestSharp.Portable.Core:

Package Downloads
FubarCoder.RestSharp.Portable.HttpClient The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

Finbourne.EdpLusidSdk

LUSID SDK for EDP

sib_api_v3_sdk

Official SendinBlue provided RESTFul API V3 C# Library

Cloudmersive.APIClient.NETCore.VirusScan

Virus Scan API lets you scan files and content for viruses and identify security issues with content.

Flipdish

Client API C# library

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FubarCoder.RestSharp.Portable.Core:

Repository Stars
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
Version Downloads Last updated
4.0.8 4,396,472 3/6/2017
4.0.7 5,273,953 11/9/2016
4.0.6 73,358 11/6/2016
3.3.0 121,304 5/27/2016
3.2.0 8,295 5/13/2016
3.1.3 20,000 3/24/2016
3.1.2 6,350 3/24/2016
3.1.1 6,585 3/23/2016
3.1.0 42,418 11/28/2015
3.0.0-beta14 6,225 11/26/2015
3.0.0-beta12 5,420 11/15/2015
3.0.0-beta11 5,602 11/8/2015
3.0.0-beta09 5,636 10/19/2015
3.0.0-beta08 5,524 10/19/2015
3.0.0-beta07 5,610 10/19/2015
3.0.0-beta06 6,265 10/5/2015
3.0.0-beta05 6,008 10/5/2015
3.0.0-beta04 6,174 10/4/2015
3.0.0-beta03 5,938 9/25/2015
3.0.0-beta02 5,878 9/25/2015
3.0.0-beta01 6,026 8/19/2015
3.0.0-alpha9 5,609 8/17/2015
3.0.0-alpha8 5,847 8/17/2015
3.0.0-alpha7 5,877 8/17/2015
3.0.0-alpha6 2,481 8/17/2015
3.0.0-alpha5 5,803 8/17/2015
3.0.0-alpha4 3,594 4/23/2015
3.0.0-alpha10 5,779 8/18/2015

- New core library that contains all interfaces and some generic stuff
- New UserAgent property
- Fix for issue #42