| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<MarketPricesResponse> |
MarketApi.getMarketsPrices(String datasource,
String ifNoneMatch)
List market prices Return a list of prices --- This route is cached for
up to 3600 seconds
|
ApiResponse<List<MarketPricesResponse>> |
MarketApi.getMarketsPricesWithHttpInfo(String datasource,
String ifNoneMatch)
List market prices Return a list of prices --- This route is cached for
up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarketApi.getMarketsPricesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<MarketPricesResponse>> _callback)
List market prices (asynchronously) Return a list of prices --- This
route is cached for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
MarketPricesResponse |
MarketPricesResponse.adjustedPrice(Double adjustedPrice) |
MarketPricesResponse |
MarketPricesResponse.averagePrice(Double averagePrice) |
MarketPricesResponse |
MarketPricesResponse.typeId(Integer typeId) |
Copyright © 2019. All Rights Reserved.