Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 934 Bytes

File metadata and controls

22 lines (14 loc) · 934 Bytes

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