Open cppctamber opened 2 years ago
Add nebula graphic id to the /universe/constellations/{constellation_id}/ endpoint. Relates to https://github.com/esi/esi-issues/issues/1148
/universe/constellations/{constellation_id}/
Allows a user to find the graphic id for a constellation's nebula
A public route, no auth required.
{ "constellation_id": 20000001, "name": "San Matar", "nebula_graphic_id": 11806, "position": { "x": -94046559700991340, "y": 49520153153798850, "z": -42738731818401970 }, "region_id": 10000001, "systems": [ ... ] }
The nebula graphic ID can be found in the SDE in region.staticdata
region.staticdata
Check all boxes that apply to this issue:
Feature Request
Add nebula graphic id to the
/universe/constellations/{constellation_id}/
endpoint. Relates to https://github.com/esi/esi-issues/issues/1148Use case
Allows a user to find the graphic id for a constellation's nebula
Authentication
A public route, no auth required.
Example return
The nebula graphic ID can be found in the SDE in
region.staticdata
Checklist
Check all boxes that apply to this issue: