-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Feature Request] Estimated result of moon extraction #962
Comments
Is there any update around this? As bartender believed that this had intentionally been omitted by GD decision. If it was, oh boi am I going on a rant in this thread. |
It seems I misremembered a discussion from quite some time ago, GD is fine with this. |
As a reference for anyone attempting to retrieve and work with this information, until such time as this route is implemented, there a couple of potential work-arounds to infer this information. I'll provide a brief rundown here, but feel feel to grab me on slack if you have any issues. Option One - Notification Endpoint. When a pull begins, you receive a notification. Each of these contain the estimated yield, and so can be used in your tool. Option 2 - Extraction Endpoint + known mineral breakdown I.e a moon with 0.5 veldspar and 0.5 Xenomite will produce 5,000 m3 veldspar and 5,000m3 Xenomite an hour. Both of these methods come with caveats - But should work in a pinch until such time as the route is added. |
My current alternative approach is to calculate extractions from received moon mining notifications and ignoring the extraction endpoint. This gives you way more information about the extractions:
I would much prefer to get al that information from an extraction endpoint instead of having to reply on notifications. But until this feature update is implemented I am wondering if there is any benefit in using this endpoint at all? |
has there been any updates on this request? Still amazed this endpoint is not availible. |
Feature Request
/corporation/{corporation_id}/mining/extractions/
returns time information on extractions but the estimated output is not available through the api.Since extractions do not have an id them selves, the information should probably be returned through the same endpoint. Alternatively it could be
/corporation/{corporation_id}/mining/extractions/{structure_id}
to limit the response size.Use case
Corporations who want to monitor their moon operations out of game or to share the data to others.
Authentication
Required same auth as the extraction list (
esi-industry.read_corporation_mining.v1
)Example return
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: