esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
209 stars 23 forks source link

/universe/schematics/{schematic_id} missing input/output type ids. #646

Open surgkeavon opened 6 years ago

surgkeavon commented 6 years ago

ATTENTION: DON'T SUBMIT SSO/CREST/XML RELATED ISSUES

Bug

The name and cycle time of the schematic is returned, but not the inputs and outputs.

Request

https://esi.tech.ccp.is/latest/universe/schematics/97/?datasource=tranquility

Response

{ "schematic_name": "Robotics", "cycle_time": 3600 }

Expected

something like:

{ "schematic_name": "Robotics", "cycle_time": 3600, "output_type_id": 1234, "input_type_ids": [ 1, 2 ] }

you probably want the quantities as well.

Feature request

Route

Authentication

Use case

Example returns

Previous XML or CREST route

Inconsistency

Routes

Description

Resolution

Aidansavage commented 6 years ago

Related duplicate of https://github.com/ccpgames/esi-issues/issues/501

Also, for now, manufacturing information for blueprints and schematics, hell EVERYTHING for that matter, is currently contained in the SDE. Peruse fuzzydicesteve's fuzzwork site for various SDE export&conversions.

surgkeavon commented 6 years ago

FYI I called it a bug since the endpoint is pretty useless right now.

Aidansavage commented 6 years ago

Labeling it a bug because you feel it's useless isnt exactly helpful. Making it a feature request would be more conducive to discussing beneficial changes. As it stands now, For blueprints, reactions, and probably indy tab information for built items, all of that information can be found in the Static Data Export that fuzzysteve is kind enough to parse and convert into other usable formats. And as mentioned, what youre asking for is already present in #501 now, as a request to be added.

ccp-zoetrope commented 6 years ago

It's definitely a feature request because it is a request to add fields that didn't exist before. It is not a bug because something that already exists is not broken. I changed the tag to feature request.

kennethjor commented 5 years ago

This information is contained in the SDE in the bsd/planetSchematicsTypeMap.yaml file. Would be super nice to have it (and all static data) on the ESI.