| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<EsiStatusResponse> |
MetaApi.getStatus(String version)
ESI health status Provides a general health indicator per route and
method
|
ApiResponse<List<EsiStatusResponse>> |
MetaApi.getStatusWithHttpInfo(String version)
ESI health status Provides a general health indicator per route and
method
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MetaApi.getStatusAsync(String version,
ApiCallback<List<EsiStatusResponse>> _callback)
ESI health status (asynchronously) Provides a general health indicator
per route and method
|
| Modifier and Type | Method and Description |
|---|---|
EsiStatusResponse |
EsiStatusResponse.addTagsItem(String tagsItem) |
EsiStatusResponse |
EsiStatusResponse.endpoint(String endpoint) |
EsiStatusResponse |
EsiStatusResponse.method(String method) |
EsiStatusResponse |
EsiStatusResponse.route(String route) |
EsiStatusResponse |
EsiStatusResponse.status(EsiStatusResponse.StatusEnum statusEnum) |
EsiStatusResponse |
EsiStatusResponse.statusString(String status) |
EsiStatusResponse |
EsiStatusResponse.tags(List<String> tags) |
Copyright © 2023. All Rights Reserved.