| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
StatusResponse |
StatusApi.getStatus(String datasource,
String ifNoneMatch)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<StatusResponse> |
StatusApi.getStatusWithHttpInfo(String datasource,
String ifNoneMatch)
Retrieve the uptime and player counts EVE Server status --- This route is
cached for up to 30 seconds
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
StatusApi.getStatusAsync(String datasource,
String ifNoneMatch,
ApiCallback<StatusResponse> _callback)
Retrieve the uptime and player counts (asynchronously) EVE Server status
--- This route is cached for up to 30 seconds
|
| Modifier and Type | Method and Description |
|---|---|
StatusResponse |
StatusResponse.players(Integer players) |
StatusResponse |
StatusResponse.serverVersion(String serverVersion) |
StatusResponse |
StatusResponse.startTime(java.time.OffsetDateTime startTime) |
StatusResponse |
StatusResponse.vip(Boolean vip) |
Copyright © 2020. All Rights Reserved.