Interface IApiAccessor
Represents configuration aspects required to interact with the API endpoints.
Namespace: Simplic.Datev.Swagger.Client
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
public interface IApiAccessor
Properties
| Improve this Doc View SourceConfiguration
Gets or sets the configuration object
Declaration
Configuration Configuration { get; set; }
Property Value
Type | Description |
---|---|
Configuration | 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
| Improve this Doc View SourceGetBasePath()
Gets the base path of the API client.
Declaration
string GetBasePath()
Returns
Type | Description |
---|---|
System.String | The base path |