public class SkillsApi extends Object
| Constructor and Description |
|---|
SkillsApi() |
SkillsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterAttributesResponse |
getCharactersCharacterIdAttributes(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character attributes Return attributes of a character --- This route
is cached for up to 3600 seconds SSO Scope: esi-skills.read_skills.v1
|
List<CharacterSkillqueueResponse> |
getCharactersCharacterIdSkillqueue(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character's skill queue List the configured skill queue for the
given character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skillqueue.v1
|
CharacterSkillsResponse |
getCharactersCharacterIdSkills(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character skills List all trained skills for the given character ---
This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skills.v1
|
void |
setApiClient(ApiClient apiClient) |
public SkillsApi()
public SkillsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterAttributesResponse getCharactersCharacterIdAttributes(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 List<CharacterSkillqueueResponse> getCharactersCharacterIdSkillqueue(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 CharacterSkillsResponse getCharactersCharacterIdSkills(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 callCopyright © 2018. All Rights Reserved.