esi v0.1.1 ESI.API.War
Summary
Types
Options for War.killmails/2.
:page(DEFAULT:1) — Which page of results to return
Options for War.wars/1.
:max_war_id— Only return wars with ID smaller than this.
Functions
Return a list of kills related to a war.
Response Example
A list of killmail IDs and hashes:
[%{"killmail_hash" => "8eef5e8fb6b88fe3407c489df33822b2e3b57a5e",
"killmail_id" => 2},
%{"killmail_hash" => "b41ccb498ece33d64019f64c0db392aa3aa701fb",
"killmail_id" => 1}]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_wars_war_id_killmailspath—/wars/{war_id}/killmails/
Return details about a war.
Response Example
Details about a war:
%{"aggressor" => %{"corporation_id" => 986665792, "isk_destroyed" => 0,
"ships_killed" => 0}, "declared" => "2004-05-22T05:20:00Z",
"defender" => %{"corporation_id" => 1001562011, "isk_destroyed" => 0,
"ships_killed" => 0}, "id" => 1941, "mutual" => false,
"open_for_allies" => false}
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_wars_war_idpath—/wars/{war_id}/