public class KillmailsApi extends Object
| Constructor and Description |
|---|
KillmailsApi() |
KillmailsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterKillmailsResponse> |
getCharactersCharacterIdKillmailsRecent(Integer characterId,
String datasource,
String ifNoneMatch,
Integer maxCount,
Integer maxKillId,
String token,
String userAgent,
String xUserAgent)
Get character kills and losses Return a list of character's recent
kills and losses --- This route is cached for up to 120 seconds SSO
Scope: esi-killmails.read_killmails.v1
|
List<CorporationKillmailsResponse> |
getCorporationsCorporationIdKillmailsRecent(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer maxKillId,
String token,
String userAgent,
String xUserAgent)
Get corporation kills and losses Get a list of corporation's recent
kills and losses --- This route is cached for up to 300 seconds ---
Requires one of the following EVE corporation role(s): Director SSO
Scope: esi-killmails.read_corporation_killmails.v1
|
KillmailResponse |
getKillmailsKillmailIdKillmailHash(String killmailHash,
Integer killmailId,
String datasource,
String ifNoneMatch,
String userAgent,
String xUserAgent)
Get a single killmail Return a single killmail from its ID and hash ---
This route is cached for up to 1209600 seconds
|
void |
setApiClient(ApiClient apiClient) |
public KillmailsApi()
public KillmailsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterKillmailsResponse> getCharactersCharacterIdKillmailsRecent(Integer characterId, String datasource, String ifNoneMatch, Integer maxCount, Integer maxKillId, String token, String userAgent, String xUserAgent) 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)maxCount - How many killmails to return at maximum (optional, default to
50)maxKillId - Only return killmails with ID smaller than this. (optional)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<CorporationKillmailsResponse> getCorporationsCorporationIdKillmailsRecent(Integer corporationId, String datasource, String ifNoneMatch, Integer maxKillId, String token, String userAgent, String xUserAgent) throws ApiException
corporationId - An EVE corporation 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)maxKillId - Only return killmails with ID smaller than this (optional)token - Access token to use if unable to set a header (optional)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic KillmailResponse getKillmailsKillmailIdKillmailHash(String killmailHash, Integer killmailId, String datasource, String ifNoneMatch, String userAgent, String xUserAgent) throws ApiException
killmailHash - The killmail hash for verification (required)killmailId - The killmail ID to be queried (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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.