Table of Contents

Interface IApiAccessor

Namespace
BoldSign.Api
Assembly
BoldSign.Api.dll

Represents configuration aspects required to interact with the API endpoints.

public interface IApiAccessor

Properties

Configuration

Gets or sets the configuration object

Configuration Configuration { get; set; }

Property Value

Configuration

An instance of the Configuration

ExceptionFactory

Provides a factory method hook for the creation of exceptions.

ExceptionFactory ExceptionFactory { get; set; }

Property Value

ExceptionFactory

Methods

GetBasePath()

Gets the base path of the API client.

string GetBasePath()

Returns

string

The base path