public class LoyaltyApi extends Object
| Constructor and Description |
|---|
LoyaltyApi() |
LoyaltyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterLoyaltyPointsResponse> |
getCharactersCharacterIdLoyaltyPoints(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get loyalty points Return a list of loyalty points for all corporations
the character has worked for --- SSO Scope:
esi-characters.read_loyalty.v1
|
List<LoyaltyStoreOffersResponse> |
getLoyaltyStoresCorporationIdOffers(Integer corporationId,
String datasource,
String userAgent,
String xUserAgent)
List loyalty store offers Return a list of offers from a specific
corporation's loyalty store --- This route expires daily at 11:05
|
void |
setApiClient(ApiClient apiClient) |
public LoyaltyApi()
public LoyaltyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterLoyaltyPointsResponse> getCharactersCharacterIdLoyaltyPoints(Integer characterId, String datasource, 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)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<LoyaltyStoreOffersResponse> getLoyaltyStoresCorporationIdOffers(Integer corporationId, String datasource, 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)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.