public class AssetsApi extends Object
| Constructor and Description |
|---|
AssetsApi() |
AssetsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterAssetsResponse> |
getCharactersCharacterIdAssets(Integer characterId,
String datasource,
String token,
String userAgent,
String xUserAgent)
Get character assets Return a list of the characters assets --- This
route is cached for up to 3600 seconds SSO Scope:
esi-assets.read_assets.v1
|
void |
setApiClient(ApiClient apiClient) |
public AssetsApi()
public AssetsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterAssetsResponse> getCharactersCharacterIdAssets(Integer characterId, String datasource, String token, String userAgent, String xUserAgent) throws ApiException
characterId - Character id of the target character (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use, if preferred over 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 callCopyright © 2017. All Rights Reserved.