esi v0.1.1 ESI.API.Alliance
Summary
Functions
Public information about an alliance
List all active player alliances
Return contacts of an alliance
List all current member corporations of an alliance
Get the icon urls for a alliance
Resolve a set of alliance IDs to alliance names
Types
Options for Alliance.contacts/2.
:page(DEFAULT:1) — Which page of results to return:token— Access token to use if unable to set a header
Options for Alliance.names/1.
:alliance_ids(REQUIRED) — A comma separated list of alliance IDs
Functions
Public information about an alliance.
Response Example
Public data about an alliance:
%{"alliance_name" => "C C P Alliance", "date_founded" => "2016-06-26T21:00:00Z",
"executor_corp" => 98356193, "ticker" => "<C C P>"}
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_alliances_alliance_idpath—/alliances/{alliance_id}/
List all active player alliances.
Response Example
List of Alliance IDs:
[99000001, 99000002]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_alliancespath—/alliances/
contacts(alliance_id :: integer, opts :: contacts_opts) :: ESI.Request.t
Return contacts of an alliance.
Response Example
A list of contacts:
[%{"contact_id" => 2112625428, "contact_type" => "character",
"standing" => 10.0}]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_alliances_alliance_id_contactspath—/alliances/{alliance_id}/contacts/
List all current member corporations of an alliance.
Response Example
List of corporation IDs:
[98000001]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_alliances_alliance_id_corporationspath—/alliances/{alliance_id}/corporations/
Get the icon urls for a alliance.
Response Example
Icon URLs for the given alliance id and server:
%{"px128x128" => "https://imageserver.eveonline.com/Alliance/503818424_128.png",
"px64x64" => "https://imageserver.eveonline.com/Alliance/503818424_64.png"}
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_alliances_alliance_id_iconspath—/alliances/{alliance_id}/icons/
Resolve a set of alliance IDs to alliance names.
Response Example
List of id/name associations:
[%{"alliance_id" => 1000171, "alliance_name" => "Republic University"}]
Swagger Source
This function was generated from the following Swagger operation:
operationId—get_alliances_namespath—/alliances/names/