FubarCoder.RestSharp.Portable.Core 3.0.0-beta04

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of FubarCoder.RestSharp.Portable.Core.
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.0.0-beta04
NuGet\Install-Package FubarCoder.RestSharp.Portable.Core -Version 3.0.0-beta04
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.0.0-beta04" />
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.0.0-beta04
#r "nuget: FubarCoder.RestSharp.Portable.Core, 3.0.0-beta04"
#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.0.0-beta04&prerelease

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

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,454,502 3/6/2017
4.0.7 5,330,534 11/9/2016
4.0.6 73,911 11/6/2016
3.3.0 122,249 5/27/2016
3.2.0 8,701 5/13/2016
3.1.3 20,469 3/24/2016
3.1.2 6,710 3/24/2016
3.1.1 6,934 3/23/2016
3.1.0 42,843 11/28/2015
3.0.0-beta14 6,569 11/26/2015
3.0.0-beta12 5,789 11/15/2015
3.0.0-beta11 5,899 11/8/2015
3.0.0-beta09 6,011 10/19/2015
3.0.0-beta08 5,842 10/19/2015
3.0.0-beta07 5,929 10/19/2015
3.0.0-beta06 6,645 10/5/2015
3.0.0-beta05 6,322 10/5/2015
3.0.0-beta04 6,523 10/4/2015
3.0.0-beta03 6,244 9/25/2015
3.0.0-beta02 6,135 9/25/2015
3.0.0-beta01 6,380 8/19/2015
3.0.0-alpha9 6,017 8/17/2015
3.0.0-alpha8 6,208 8/17/2015
3.0.0-alpha7 6,197 8/17/2015
3.0.0-alpha6 2,564 8/17/2015
3.0.0-alpha5 6,270 8/17/2015
3.0.0-alpha4 3,696 4/23/2015
3.0.0-alpha10 6,144 8/18/2015

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