esi/esi-issues

`/characters/{character_id}/assets/` does not return loaded charges/ammo

Opened this issue · 0 comments

Bug

When requesting assets, ammo loaded into modules is not returned.
For example, a ship with a missile launcher with loaded missiles will be returned as the ship and the launcher, but the missiles are missing from the response.

Request

GET /characters/{character_id}/assets/

Response

List of assets, with loaded charges/ammo missing.

Expected

Expected all assets to be returned, including loaded charges/ammo.

Checklist

Check all boxes that apply to this issue:

  • Bug description is provided
  • Request path is provided
  • Response status code is provided
  • Response headers are provided
  • Response body is provided
  • Expected response is provided