Tiny.RestClient
1.7.1
Requires NuGet 3.0.3 or higher.
Install-Package Tiny.RestClient -Version 1.7.1
dotnet add package Tiny.RestClient --version 1.7.1
<PackageReference Include="Tiny.RestClient" Version="1.7.1" />
paket add Tiny.RestClient --version 1.7.1
#r "nuget: Tiny.RestClient, 1.7.1"
// Install Tiny.RestClient as a Cake Addin
#addin nuget:?package=Tiny.RestClient&version=1.7.1
// Install Tiny.RestClient as a Cake Tool
#tool nuget:?package=Tiny.RestClient&version=1.7.1
Tiny.RestClient facilitates the dialog between your API and your application. It hides all the complexity of communication, deserialisation ...
Features :
* Modern async http client for REST API.
* Support of verbs : GET, POST , PUT, DELETE, PATCH and custom http verbs
* Support of ETag
* Support of multi-part form data
* Support of cancellation token on each requests
* Support of : download file and Upload file
* Automatic XML and JSON serialization / deserialization
* Support of custom serialisation / deserialisation
* Support of camelCase, snakeCase kebabCase for json serialization
* Support of compression and decompression (gzip and deflate)
* Typed exceptions which are easier to interpret
* Define timeout globally or per request
* Timeout exception thrown if the request is in timeout (by default HttpClient sends OperationCancelledException, so we can't distinguish between user cancellation and timeout)
* Provide an easy way to log : all sending of request, failed to get response, and the time get response.
* Support of export requests to postman collection
* Support of display cURL requests in debug output
* Support of Basic Authentification
* Support of OAuth2 Authentification
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 11.0.2)
-
.NETFramework 4.6
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
- System.Xml.XmlSerializer (>= 4.3.0)
-
.NETStandard 1.2
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
- System.Xml.XmlSerializer (>= 4.3.0)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
- System.Xml.XmlSerializer (>= 4.3.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Tiny.RestClient:
Package | Downloads |
---|---|
Cardinal.ClickSign
Biblioteca de acesso à api do serviço de assinatura de documentos online ClickSign baseada em .Net Standard 2.0. |
|
FrappeRestClient.Net
.Net REST client for Frappe Framework |
|
Cardinal.AspNetCore.Identity
Biblioteca de autenticação e autorização Cardinal .NET Core API. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.7.1 | 49,423 | 5/29/2020 |
1.7.0 | 13,460 | 11/1/2019 |
1.6.6 | 1,268 | 10/16/2019 |
1.6.5 | 1,186 | 10/16/2019 |
1.6.4 | 9,909 | 8/13/2019 |
1.6.3 | 1,879 | 5/21/2019 |
1.6.2 | 1,079 | 5/4/2019 |
1.6.1 | 14,645 | 1/21/2019 |
1.6.0 | 3,306 | 10/27/2018 |
1.5.5 | 796 | 10/18/2018 |
1.5.4 | 694 | 10/18/2018 |
1.5.3 | 687 | 10/1/2018 |
1.5.2 | 656 | 9/30/2018 |
1.5.1 | 614 | 9/26/2018 |
1.5.1-alpha001 | 562 | 9/25/2018 |
1.5.0 | 630 | 9/23/2018 |
1.4.2 | 704 | 9/17/2018 |
1.4.1 | 658 | 9/16/2018 |
1.4.0 | 667 | 9/16/2018 |
1.3.5 | 1,382 | 9/11/2018 |
1.3.4 | 632 | 9/10/2018 |
1.3.3 | 623 | 9/10/2018 |
1.3.3-alpha0001 | 579 | 9/10/2018 |
1.3.2 | 685 | 9/9/2018 |
1.3.1 | 652 | 9/9/2018 |
1.3.0 | 685 | 9/9/2018 |
See release notes at https://github.com/jgiacomini/Tiny.RestClient/blob/master/RELEASE-NOTES.md