| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterMedalsResponse> |
CharacterApi.getCharactersCharacterIdMedals(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get medals Return a list of medals the character has --- This route is
cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1
|
ApiResponse<List<CharacterMedalsResponse>> |
CharacterApi.getCharactersCharacterIdMedalsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get medals Return a list of medals the character has --- This route is
cached for up to 3600 seconds SSO Scope: esi-characters.read_medals.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdMedalsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterMedalsResponse>> _callback)
Get medals (asynchronously) Return a list of medals the character has ---
This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_medals.v1
|
Copyright © 2021. All Rights Reserved.