public class FactionWarfareApi extends Object
| Constructor and Description |
|---|
FactionWarfareApi() |
FactionWarfareApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
FactionWarfareLeaderboardResponse |
getFwLeaderboards(String datasource,
String userAgent,
String xUserAgent)
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 userAgent,
String xUserAgent)
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 userAgent,
String xUserAgent)
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 userAgent,
String xUserAgent)
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 userAgent,
String xUserAgent)
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 userAgent,
String xUserAgent)
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 FactionWarfareLeaderboardResponse getFwLeaderboards(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FactionWarfareLeaderboardCharactersResponse getFwLeaderboardsCharacters(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic FactionWarfareLeaderboardCorporationsResponse getFwLeaderboardsCorporations(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)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<FactionWarfareStatsResponse> getFwStats(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)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<FactionWarfareSystemsResponse> getFwSystems(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)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<FactionWarfareWarsResponse> getFwWars(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.