Skip to content

Evidos/SignhostClientLibrary.Polly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages