public abstract class BaseApi extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
AUTHENTICATION_KEY |
protected static Map<String,io.apimatic.core.ErrorCase<ApiException>> |
GLOBAL_ERROR_CASES |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseApi(io.apimatic.core.GlobalConfiguration globalConfig) |
| Modifier and Type | Method and Description |
|---|---|
io.apimatic.coreinterfaces.http.HttpClient |
getClientInstance()
Shared instance of the Http client.
|
protected io.apimatic.core.GlobalConfiguration |
getGlobalConfiguration()
Instance of the Global Configuration
|
HttpCallback |
getHttpCallback()
Get httpCallback associated with this controller.
|
protected static final String AUTHENTICATION_KEY
protected static final Map<String,io.apimatic.core.ErrorCase<ApiException>> GLOBAL_ERROR_CASES
public HttpCallback getHttpCallback()
public io.apimatic.coreinterfaces.http.HttpClient getClientInstance()
protected io.apimatic.core.GlobalConfiguration getGlobalConfiguration()
Copyright © 2023. All rights reserved.