LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Client.IApiAccessor Interface Reference

Represents configuration aspects required to interact with the API endpoints. More...

Inheritance diagram for Lusid.Sdk.Client.IApiAccessor:
Inheritance graph
[legend]

Public Member Functions

String GetBasePath ()
 Gets the base path of the API client. More...
 

Properties

IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents configuration aspects required to interact with the API endpoints.

Member Function Documentation

◆ GetBasePath()

String Lusid.Sdk.Client.IApiAccessor.GetBasePath ( )

Property Documentation

◆ Configuration

IReadableConfiguration Lusid.Sdk.Client.IApiAccessor.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

ExceptionFactory Lusid.Sdk.Client.IApiAccessor.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this interface was generated from the following file: