| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterSkillsResponse |
SkillsApi.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
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CharacterSkillsResponse> |
SkillsApi.getCharactersCharacterIdSkillsWithHttpInfo(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
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SkillsApi.getCharactersCharacterIdSkillsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterSkillsResponse> _callback)
Get character skills (asynchronously) List all trained skills for the
given character --- This route is cached for up to 120 seconds SSO Scope:
esi-skills.read_skills.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterSkillsResponse |
CharacterSkillsResponse.addSkillsItem(Skill skillsItem) |
CharacterSkillsResponse |
CharacterSkillsResponse.skills(List<Skill> skills) |
CharacterSkillsResponse |
CharacterSkillsResponse.totalSp(Long totalSp) |
CharacterSkillsResponse |
CharacterSkillsResponse.unallocatedSp(Integer unallocatedSp) |
Copyright © 2020. All Rights Reserved.