summaryrefslogtreecommitdiffhomepage
path: root/salvager/esi.py
diff options
context:
space:
mode:
Diffstat (limited to 'salvager/esi.py')
-rw-r--r--salvager/esi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/salvager/esi.py b/salvager/esi.py
index 4783e12..d6acf30 100644
--- a/salvager/esi.py
+++ b/salvager/esi.py
@@ -32,3 +32,7 @@ def _trim_killmail(km):
killmail = _make_endpoint("killmails/{}/{}/", trim=_trim_killmail)
type = _make_endpoint("universe/types/{}/", include=['type_id', 'name', 'group_id'])
+system = _make_endpoint(
+ "universe/systems/{}/", include=['system_id', 'constellation_id', 'name', 'position', 'security_status'])
+constellation = _make_endpoint("universe/constellations/{}/", include=['region_id', 'name'])
+region = _make_endpoint("universe/regions/{}/", include=['name'])