RESTSchemaRetry is a C# standard library that implements a simple Schema-Retry pattern in REST services context to improve the stability of the application.
Info
Version: | 3.3.0 |
Author(s): | Francesco Del Re |
Last Update: | Sunday, October 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/engineering87/RESTSchemaRetry |
NuGet Url: | https://www.nuget.org/packages/RESTSchemaRetry |
Install
Install-Package RESTSchemaRetry
dotnet add package RESTSchemaRetry
paket add RESTSchemaRetry
RESTSchemaRetry Download (Unzip the "nupkg" after downloading)
Dependencies
- RestSharp(>= 106.11.4)