public class LocationApi extends Object
| Constructor and Description |
|---|
LocationApi() |
LocationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterLocationResponse |
getCharactersCharacterIdLocation(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character location Information about the characters current location.
|
CharacterOnlineResponse |
getCharactersCharacterIdOnline(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character online Checks if the character is currently online --- This
route is cached for up to 60 seconds SSO Scope:
esi-location.read_online.v1
|
CharacterShipResponse |
getCharactersCharacterIdShip(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get current ship Get the current ship type, name and id --- This route is
cached for up to 5 seconds SSO Scope: esi-location.read_ship_type.v1
|
void |
setApiClient(ApiClient apiClient) |
public LocationApi()
public LocationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterLocationResponse getCharactersCharacterIdLocation(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic CharacterOnlineResponse getCharactersCharacterIdOnline(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic CharacterShipResponse getCharactersCharacterIdShip(Integer characterId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callCopyright © 2019. All Rights Reserved.