public class FactionWarfareApi extends Object
| Constructor and Description |
|---|
FactionWarfareApi() |
FactionWarfareApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterFwStatsResponse |
getCharactersCharacterIdFwStats(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Overview of a character involved in faction warfare Statistical overview
of a character involved in faction warfare --- This route expires daily
at 11:05 SSO Scope: esi-characters.read_fw_stats.v1
|
CorporationFwStatsResponse |
getCorporationsCorporationIdFwStats(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Overview of a corporation involved in faction warfare Statistics about a
corporation involved in faction warfare --- This route expires daily at
11:05 SSO Scope: esi-corporations.read_fw_stats.v1
|
FactionWarfareLeaderboardResponse |
getFwLeaderboards(String datasource,
String ifNoneMatch)
List of the top factions in faction warfare Top 4 leaderboard of factions
for kills and victory points separated by total, last week and yesterday
--- This route expires daily at 11:05
|
FactionWarfareLeaderboardCharactersResponse |
getFwLeaderboardsCharacters(String datasource,
String ifNoneMatch)
List of the top pilots in faction warfare Top 100 leaderboard of pilots
for kills and victory points separated by total, last week and yesterday
--- This route expires daily at 11:05
|
FactionWarfareLeaderboardCorporationsResponse |
getFwLeaderboardsCorporations(String datasource,
String ifNoneMatch)
List of the top corporations in faction warfare Top 10 leaderboard of
corporations for kills and victory points separated by total, last week
and yesterday --- This route expires daily at 11:05
|
List<FactionWarfareStatsResponse> |
getFwStats(String datasource,
String ifNoneMatch)
An overview of statistics about factions involved in faction warfare
Statistical overviews of factions involved in faction warfare --- This
route expires daily at 11:05
|
List<FactionWarfareSystemsResponse> |
getFwSystems(String datasource,
String ifNoneMatch)
Ownership of faction warfare systems An overview of the current ownership
of faction warfare solar systems --- This route is cached for up to 1800
seconds
|
List<FactionWarfareWarsResponse> |
getFwWars(String datasource,
String ifNoneMatch)
Data about which NPC factions are at war Data about which NPC factions
are at war --- This route expires daily at 11:05
|
void |
setApiClient(ApiClient apiClient) |
public FactionWarfareApi()
public FactionWarfareApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterFwStatsResponse getCharactersCharacterIdFwStats(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 CorporationFwStatsResponse getCorporationsCorporationIdFwStats(Integer corporationId, String datasource, String ifNoneMatch, String token) 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)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic FactionWarfareLeaderboardResponse getFwLeaderboards(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - if fails to make API callpublic FactionWarfareLeaderboardCharactersResponse getFwLeaderboardsCharacters(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - if fails to make API callpublic FactionWarfareLeaderboardCorporationsResponse getFwLeaderboardsCorporations(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - if fails to make API callpublic List<FactionWarfareStatsResponse> getFwStats(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - if fails to make API callpublic List<FactionWarfareSystemsResponse> getFwSystems(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - if fails to make API callpublic List<FactionWarfareWarsResponse> getFwWars(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - if fails to make API callCopyright © 2019. All Rights Reserved.