esi v0.1.1 ESI.API.Loyalty

Summary

Functions

Return a list of offers from a specific corporation’s loyalty store

Functions

offers(corporation_id)
offers(corporation_id :: integer) :: ESI.Request.t

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:

  • operationIdget_loyalty_stores_corporation_id_offers
  • path/loyalty/stores/{corporation_id}/offers/

View on ESI Site