restub 0.2.11

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

// Install restub as a Cake Tool
#tool nuget:?package=restub&version=0.2.11

Build your traceable REST API client with a few lines of code.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on restub:

Package Downloads
PochtaSdk

Pochta.ru REST API client with tracing support.

CdekSdk

CDEK delivery company REST API client with tracing support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.18.9 614 2/16/2023
0.17.5 615 11/25/2022
0.16.5 567 11/11/2022
0.15.5 595 10/31/2022
0.14.7 495 10/28/2022
0.13.6 600 10/26/2022
0.12.8 514 10/24/2022
0.11.8 558 10/19/2022
0.10.8 546 10/14/2022
0.9.8 422 10/14/2022
0.8.8 431 10/13/2022
0.7.6 432 10/8/2022
0.6.6 1,100 9/29/2022
0.5.6 433 9/28/2022
0.4.7 478 9/27/2022
0.3.6 718 9/25/2022
0.2.11 451 9/24/2022
0.1.7 471 9/23/2022

Beta release. What's new:

   v0.2.11
   — #2 Added support for asynchronous method execution.
   — #1 Added support for HTTP PUT, PATCH, HEAD, OPTIONS, DELETE verbs.

   v0.1.7
   — Initial beta release.