Tiny.RestClient
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
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"
Release Notes
See release notes at https://github.com/jgiacomini/Tiny.RestClient/blob/master/RELEASE-NOTES.md
Dependencies
-
.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)
Used By
NuGet packages (2)
Showing the top 2 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.
|
|
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 History
Version | Downloads | Last updated |
---|---|---|
1.7.1 | 12,345 | 5/29/2020 |
1.7.0 | 8,356 | 11/1/2019 |
1.6.6 | 979 | 10/16/2019 |
1.6.5 | 1,033 | 10/16/2019 |
1.6.4 | 6,825 | 8/13/2019 |
1.6.3 | 1,419 | 5/21/2019 |
1.6.2 | 918 | 5/4/2019 |
1.6.1 | 6,291 | 1/21/2019 |
1.6.0 | 2,954 | 10/27/2018 |
1.5.5 | 616 | 10/18/2018 |
1.5.4 | 497 | 10/18/2018 |
1.5.3 | 503 | 10/1/2018 |
1.5.2 | 473 | 9/30/2018 |
1.5.1 | 441 | 9/26/2018 |
1.5.1-alpha001 | 409 | 9/25/2018 |
1.5.0 | 442 | 9/23/2018 |
1.4.2 | 498 | 9/17/2018 |
1.4.1 | 463 | 9/16/2018 |
1.4.0 | 455 | 9/16/2018 |
1.3.5 | 1,195 | 9/11/2018 |
1.3.4 | 444 | 9/10/2018 |
1.3.3 | 435 | 9/10/2018 |
1.3.3-alpha0001 | 430 | 9/10/2018 |
1.3.2 | 484 | 9/9/2018 |
1.3.1 | 463 | 9/9/2018 |
1.3.0 | 486 | 9/9/2018 |