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

EVE v22.01 - Colony Resources #1378

Open
4 of 8 tasks
soratidus999 opened this issue Jun 11, 2024 · 0 comments
Open
4 of 8 tasks

EVE v22.01 - Colony Resources #1378

soratidus999 opened this issue Jun 11, 2024 · 0 comments

Comments

@soratidus999
Copy link

Feature Request

EVE 22.01 added new resources to Planets to be collected with Skyhooks and used in Sovereignty Hubs

This is simply static data.

Use case

Tools to Manage Sov

Tools to Highlight potential raiding areas for reagents

Authentication

A public route, no auth required.

Example return

https://esi.evetech.net/ui/#/Universe/get_universe_planets_planet_id

{
  "name": "B17O-R I",
  "planet_id": 40290111,
  "position": {
    "x": 20522221253,
    "y": 2848735388,
    "z": 18378805162
  },
  "system_id": 30004590,
  "type_id": 2015.
  << what follows is new data >>
  "power": 1,
  "workforce": 1,
  "superionic_ice": 1,
  "magmatic_gas": 1,
}

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