Skip to content

This is a client library with a built-in retry mechanism (using Polly) in C# for the SignHost service

License

Notifications You must be signed in to change notification settings

Evidos/SignhostClientLibrary.Polly

Repository files navigation

SignhostClientLibrary.Polly

Nuget package

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.

Install

Get it on NuGet:

PM> Install-Package EntrustSignhostClientLibrary.Polly

Documentation

For full API documentation, please visit evidos.github.io.

Example code

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);

About

This is a client library with a built-in retry mechanism (using Polly) in C# for the SignHost service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages