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

Feature GET Request: Receive reprocessing informations of items #664

Open
rumpfc opened this issue Nov 26, 2017 · 3 comments
Open

Feature GET Request: Receive reprocessing informations of items #664

rumpfc opened this issue Nov 26, 2017 · 3 comments

Comments

@rumpfc
Copy link

rumpfc commented Nov 26, 2017

As an 3rd-Party-Developer I'd like to receive informations about the amount of materials I can receive after reprocessing them (if refineable). I tried to find these kind of infos in both ESI and SDE, but I couldn't find it anywhere.

I was thinking about following structure:

Request:
/industry/reprocessing/{type_id}/

Response body (with Scordite):

{
     "type_id": 1228,
     "skill_id": 12193,
     "materials": [
          {
               "type_id": 34,
               "amount": 346
          },
          {
               "type_id": 35,
               "amount": 173
          }
     ]
}

My tool (Ore Mining Optimizer) can transform Material/Mineral amounts into Ore amounts (even moon ores). It was very difficult for me to get the necessary informations from all kind of ores. Reading them from an available external data source could have helped me a lot. Also I could include automation technieques to always use up-to-date informations (in case of upcoming EVE Online features for industry).

@BuumEdzott
Copy link

While it would be nice to have in ESI, this information is in the SDE, in invTypeMaterials.

@rumpfc
Copy link
Author

rumpfc commented Nov 26, 2017

While it would be nice to have in ESI, this information is in the SDE, in invTypeMaterials.

thanks for the info. Was looking at the wrong folder.

Still having this feature in ESI would still be nice. I mean it even offers type infos (in different languages) even though they can be loaded from SDE as well. I could also imagine this feature as POST request giving an array of Type_IDs as input and returning all infos in a single response.

@ErikKalkoken
Copy link

It would be fantastic to have this information in ESI.
But as a workaround there is endpoint with all SDE tables in JSON hosted by Squizz: http://sde.zzeve.com/

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

4 participants