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: | 4.0.2 |
| Author(s): | Francesco Del Re |
| Last Update: | Saturday, September 13, 2025 |
| .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)