Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nebula graphic id to /universe/regions/{region_id} #1148

Open
4 of 8 tasks
cppctamber opened this issue Sep 19, 2019 · 0 comments
Open
4 of 8 tasks

Add nebula graphic id to /universe/regions/{region_id} #1148

cppctamber opened this issue Sep 19, 2019 · 0 comments

Comments

@cppctamber
Copy link

cppctamber commented Sep 19, 2019

Feature Request

Add nebula graphic id to /universe/regions/{regions_id} endpoint

Use case

Allows an end user to find the graphic id for a region's nebula

Authentication

no auth required.

Example return

{
  "nebula_graphic_id" : 11836,
  "constellations": [
    20000236,
    20000237,
    20000238,
    20000239,
    20000240,
    20000241,
    20000242
  ],
  "description": "\"It was like the gods of old, descending from the heavens and handing us fire, empowering us far beyond our comprehension.. and then vanishing.\"<br><br><i>- Treatise on the rise of the capsuleer.</i>",
  "name": "A821-A",
  "region_id": 10000019
}

The nebula graphic ID can be found in the SDE in region.staticdata

Checklist

Check all boxes that apply to this issue:

  • Feature request description is provided
  • Use case exists
  • Feature requires a new route
  • Feature adds data to existing route
  • Feature requires new auth scope
  • Feature can reuse existing scope
  • Feature does not require auth
  • Meta feature, applies to all routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants