crest v0.0.1-dev CREST

Contains functionality for fetching resources from CREST.

Summary

Functions

Gets specific constellation

Gets all constellations

Gets location info for stations, systems, constellations and regions

Get types on market

Gets all orders in a region

Gets specific region

Gets all regions

Get CREST root

Gets specific solar system

Gets all solar systems

Get specific type

Get all types, including those not on market

Functions

get_constellation(constellation_id)

Specs

get_constellation(number | String.t) :: Map.t

Gets specific constellation

get_constellations()

Specs

get_constellations :: Map.t

Gets all constellations.

get_location(location_id)

Specs

get_location(number | String.t) :: Map.t

Gets location info for stations, systems, constellations and regions.

get_market_types()

Specs

get_market_types :: Map.t

Get types on market.

get_orders_in_region(region_id)

Specs

get_orders_in_region(number | String.t) :: Map.t

Gets all orders in a region.

get_region(region_id)

Specs

get_region(number | String.t) :: Map.t

Gets specific region.

get_regions()

Specs

get_regions :: Map.t

Gets all regions.

get_root()

Specs

get_root :: Map.t

Get CREST root.

get_solar_system(system_id)

Specs

get_solar_system(number | String.t) :: Map.t

Gets specific solar system.

get_solar_systems()

Specs

get_solar_systems :: Map.t

Gets all solar systems.

get_type(type_id)

Specs

get_type(number | String.t) :: Map.t

Get specific type.

get_types()

Specs

get_types :: Map.t

Get all types, including those not on market.