RestClientPCL 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RestClientPCL --version 1.1.0
NuGet\Install-Package RestClientPCL -Version 1.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="RestClientPCL" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestClientPCL --version 1.1.0
#r "nuget: RestClientPCL, 1.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 RestClientPCL as a Cake Addin
#addin nuget:?package=RestClientPCL&version=1.1.0

// Install RestClientPCL as a Cake Tool
#tool nuget:?package=RestClientPCL&version=1.1.0

RestClientPCL

A Portable Class Library for rest consuming

Rest

Most of the project I'm working on are using their own implementation to request data from API, then convert the return to Object If you find this is your case, then you can use this library to do that automatically for you

The only thing this lib will do is send request, receive respond. End of story.

If you want more funtions (OAuth, Download File, etc), feel free to create extension to this lib, or fork it to modify for your own need.

ALL KIND OF CONTRIBUTIONS ARE WELCOME

To Build package

D:Path/to/folder/that/have/csproj file>msbuild /t:pack /p:Configuration=Release
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Windows 8.0)

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 99 10/3/2023
2.2.0 1,126 12/3/2017
2.1.0 1,223 11/21/2017
2.0.6 931 11/30/2017
2.0.1 974 12/3/2017
2.0.0 1,345 11/18/2017
1.1.0 961 11/30/2017
1.0.0 1,332 3/19/2017

Support HttpContent for request type