esi v0.1.1 ESI.API.Loyalty
Summary
Functions
Return a list of offers from a specific corporation’s loyalty store
Functions
Return a list of offers from a specific corporation’s loyalty store.
Response Example
A list of offers:
[%{"isk_cost" => 0, "lp_cost" => 100, "offer_id" => 1, "quantity" => 1,
"required_items" => [], "type_id" => 123},
%{"isk_cost" => 1000, "lp_cost" => 100, "offer_id" => 2, "quantity" => 10,
"required_items" => [%{"quantity" => 10, "type_id" => 1234}],
"type_id" => 1235}]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_loyalty_stores_corporation_id_offerspath—/loyalty/stores/{corporation_id}/offers/