esi / esi-issues

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

Missing multiple columns in various contract item endpoints #1396

Closed NicolasKion closed 1 month ago

NicolasKion commented 1 month ago

Inconsistency

The public contract item endpoint returns the following columns which are not present on other endpoints:

Routes

Missing item_id, is_blueprint_copy, time_efficiency, material_efficiency and runs:

Resolution

Add the missing columns to the other endpoints, which will result in them being far more useful for 3rd party services that deal with unique items, like abyssal modules or AT ships. Since this is a pure enhancement no breaking change is needed and it will not affect existing applications.

Checklist

Check all boxes that apply to this issue:

Dusty-Meg commented 1 month ago

Duplicate of #827 and #951