Interface IApiAccessor
Represents configuration aspects required to interact with the API endpoints.
Namespace: Unity.Services.Apis.Shared
Assembly: solution.dll
Syntax
public interface IApiAccessor
Properties
Configuration
Gets or sets the configuration object
Declaration
IApiConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
IApiConfiguration | An instance of the Configuration |
Methods
GetBasePath()
Gets the base path of the API client.
Declaration
string GetBasePath()
Returns
Type | Description |
---|---|
string | The base path |