| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterOrdersHistoryResponse> |
MarketApi.getCharactersCharacterIdOrdersHistory(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders by a character List cancelled and expired market
orders placed by a character up to 90 days in the past. --- This route is
cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
ApiResponse<List<CharacterOrdersHistoryResponse>> |
MarketApi.getCharactersCharacterIdOrdersHistoryWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders by a character List cancelled and expired market
orders placed by a character up to 90 days in the past. --- This route is
cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarketApi.getCharactersCharacterIdOrdersHistoryAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterOrdersHistoryResponse>> _callback)
List historical orders by a character (asynchronously) List cancelled and
expired market orders placed by a character up to 90 days in the past.
--- This route is cached for up to 3600 seconds SSO Scope:
esi-markets.read_character_orders.v1
|
Copyright © 2019. All Rights Reserved.