Working on some code and I have a real pain of a situation in order to list some nice friendly names for the locations of stuff in corp assets.
- Fly to and place a fairly unique item in corp hangar of Player Owned Structure.
- Query API for corp assets
- Locate said fairly unique item
- Make a manual note of the location_id of the fairly unique item with some text I can see in-game in station which I flew to.
As you can imagine step one is a majassive PITA, and step 3 is a standard pita.
Can you help me figure out a better way?
(note: the location_id of an asset in a corp hangar is not the station_id)
(note2: I understand why things be like this, the hangar needs to be a different id, but that still doesn’t help me put some textual context against it)
I feel like I am missing something quite simple here, any stabs at helping me are much appreciated.