Interface IApiAccessor
Represents configuration aspects required to interact with the API endpoints.
Namespace: mailslurp.Client
Assembly: mailslurp.dll
Syntax
public interface IApiAccessor
Properties
View SourceConfiguration
Gets or sets the configuration object
Declaration
IReadableConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
IReadableConfiguration | An instance of the Configuration |
ExceptionFactory
Provides a factory method hook for the creation of exceptions.
Declaration
ExceptionFactory ExceptionFactory { get; set; }
Property Value
Type | Description |
---|---|
ExceptionFactory |
Methods
View SourceGetBasePath()
Gets the base path of the API client.
Declaration
string GetBasePath()
Returns
Type | Description |
---|---|
string | The base path |