Flurl 0.2.1

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

// Install Flurl as a Cake Tool
#tool nuget:?package=Flurl&version=0.2.1

A portable, fluent URL builder. Example:

"http://www.api.com/".AppendPathSegment("endpoint").SetQueryParams(new { api_key = key, max_results = 20});

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Flurl:

Package Downloads
Flurl.Http

A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.

GitHub repositories (31)

Showing the top 5 popular GitHub repositories that depend on Flurl:

Repository Stars
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
Version Downloads Last updated
1.0.10 10,959 7/26/2015
1.0.9 1,806 7/19/2015
1.0.8 2,835 6/25/2015
1.0.7 22,568 3/19/2015
1.0.6 1,608 2/2/2015
1.0.5 1,240 12/14/2014
1.0.4 332 12/6/2014
1.0.3 119 12/6/2014
1.0.2 4,816 8/29/2014
1.0.1 1,011 6/5/2014
1.0.0 176 5/28/2014
0.2.3 203 5/12/2014
0.2.2 163 5/4/2014
0.2.1 650 4/1/2014
0.2.0 306 3/23/2014
0.1.1 225 2/21/2014
0.1.0 113 2/21/2014

0.2.1 - Fixed a couple string extensions whose names were inconsistent with their Flurl.Url equivalent.
0.2.0 - Added PCL support.