esi v0.1.1 ESI.API.Incursion

Summary

Functions

Return a list of current incursions

Functions

incursions()
incursions() :: ESI.Request.t

Return a list of current incursions.

Response Example

A list of incursions:

[%{"constellation_id" => 20000607, "faction_id" => 500019, "has_boss" => true,
   "infested_solar_systems" => [30004148, 30004149, 30004150, 30004151,
    30004152, 30004153, 30004154], "influence" => 1.0,
   "staging_solar_system_id" => 30004154, "state" => "mobilizing",
   "type" => "Incursion"}]

Swagger Source

This function was generated from the following Swagger operation:

  • operationIdget_incursions
  • path/incursions/

View on ESI Site