public class MetaApi extends Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
Map<String,String> |
getHeaders()
Debug request headers Echo the request headers for debugging purposes.
|
okhttp3.Call |
getHeadersAsync(ApiCallback<Map<String,String>> _callback)
Debug request headers (asynchronously) Echo the request headers for
debugging purposes.
|
okhttp3.Call |
getHeadersCall(ApiCallback _callback)
Build call for getHeaders
|
ApiResponse<Map<String,String>> |
getHeadersWithHttpInfo()
Debug request headers Echo the request headers for debugging purposes.
|
String |
getPing()
Ping route Ping the ESI routers
|
okhttp3.Call |
getPingAsync(ApiCallback<String> _callback)
Ping route (asynchronously) Ping the ESI routers
|
okhttp3.Call |
getPingCall(ApiCallback _callback)
Build call for getPing
|
ApiResponse<String> |
getPingWithHttpInfo()
Ping route Ping the ESI routers
|
List<EsiStatusResponse> |
getStatus(String version)
ESI health status Provides a general health indicator per route and
method
|
okhttp3.Call |
getStatusAsync(String version,
ApiCallback<List<EsiStatusResponse>> _callback)
ESI health status (asynchronously) Provides a general health indicator
per route and method
|
okhttp3.Call |
getStatusCall(String version,
ApiCallback _callback)
Build call for getStatus
|
ApiResponse<List<EsiStatusResponse>> |
getStatusWithHttpInfo(String version)
ESI health status Provides a general health indicator per route and
method
|
EsiVerifyResponse |
getVerify(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization)
Verify access token Verify authorization tokens in ESI's auth cache
|
okhttp3.Call |
getVerifyAsync(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization,
ApiCallback<EsiVerifyResponse> _callback)
Verify access token (asynchronously) Verify authorization tokens in
ESI's auth cache
|
okhttp3.Call |
getVerifyCall(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization,
ApiCallback _callback)
Build call for getVerify
|
ApiResponse<EsiVerifyResponse> |
getVerifyWithHttpInfo(String userAgent,
String xUserAgent,
String datasource,
String token,
String authorization)
Verify access token Verify authorization tokens in ESI's auth cache
|
List<String> |
getVersions(String userAgent,
String xUserAgent)
List versions List all endpoint versions
|
okhttp3.Call |
getVersionsAsync(String userAgent,
String xUserAgent,
ApiCallback<List<String>> _callback)
List versions (asynchronously) List all endpoint versions
|
okhttp3.Call |
getVersionsCall(String userAgent,
String xUserAgent,
ApiCallback _callback)
Build call for getVersions
|
ApiResponse<List<String>> |
getVersionsWithHttpInfo(String userAgent,
String xUserAgent)
List versions List all endpoint versions
|
void |
setApiClient(ApiClient apiClient) |
public MetaApi()
public MetaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getHeadersCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic Map<String,String> getHeaders() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Map<String,String>> getHeadersWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getHeadersAsync(ApiCallback<Map<String,String>> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getPingCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic String getPing() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<String> getPingWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getPingAsync(ApiCallback<String> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getStatusCall(String version, ApiCallback _callback) throws ApiException
version - The version of metrics to request. Note that alternate
versions are grouped together (optional, default to latest)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<EsiStatusResponse> getStatus(String version) throws ApiException
version - The version of metrics to request. Note that alternate
versions are grouped together (optional, default to latest)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<EsiStatusResponse>> getStatusWithHttpInfo(String version) throws ApiException
version - The version of metrics to request. Note that alternate
versions are grouped together (optional, default to latest)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getStatusAsync(String version, ApiCallback<List<EsiStatusResponse>> _callback) throws ApiException
version - The version of metrics to request. Note that alternate
versions are grouped together (optional, default to latest)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getVerifyCall(String userAgent, String xUserAgent, String datasource, String token, String authorization, ApiCallback _callback) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)authorization - Access token, in the format of \"Bearer <access
token>\" (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EsiVerifyResponse getVerify(String userAgent, String xUserAgent, String datasource, String token, String authorization) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)authorization - Access token, in the format of \"Bearer <access
token>\" (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<EsiVerifyResponse> getVerifyWithHttpInfo(String userAgent, String xUserAgent, String datasource, String token, String authorization) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)authorization - Access token, in the format of \"Bearer <access
token>\" (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getVerifyAsync(String userAgent, String xUserAgent, String datasource, String token, String authorization, ApiCallback<EsiVerifyResponse> _callback) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)authorization - Access token, in the format of \"Bearer <access
token>\" (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getVersionsCall(String userAgent, String xUserAgent, ApiCallback _callback) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic List<String> getVersions(String userAgent, String xUserAgent) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<String>> getVersionsWithHttpInfo(String userAgent, String xUserAgent) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getVersionsAsync(String userAgent, String xUserAgent, ApiCallback<List<String>> _callback) throws ApiException
userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2021. All Rights Reserved.