This repository contains the implementation for the Signhost API Retry Client. It provides functionality for interacting with the Signhost API, with automatic retrying on failures using a custom retry policy.
Get it on NuGet:
PM> Install-Package EntrustSignhostClientLibrary.Polly
For full API documentation, please visit evidos.github.io.
For detailed examples, visit: https://github.com/Evidos/SignhostClientLibrary/blob/master/README.md
var settings = new SignHostApiClientSettings("YourAppKey", "apikey or usertoken");
var retryClient = new SignHostApiRetryClient(settings);