Anyone has made a function for this?
Right now i cant get a reply from character fittings either, so i have nothing to compare against.
Would be useful for seeing what to sell, and what to keep for your next ship…
Anyone has made a function for this?
Right now i cant get a reply from character fittings either, so i have nothing to compare against.
Would be useful for seeing what to sell, and what to keep for your next ship…
I think it’s possible by calling the character_assets endpoint with a location_id of the station you want to compare against, and feeding it the type_id from the fitting.
It should strip the request payload to minimal sizes and speed by prefilter just to the type_id you own and then it filters based on the location_id of the results.
It’s also possible to pass a list of type_ids but it might require some concat combinations to make it a list that supports the custom type_id list filter, and the order might throw off auto calculations. But it’ll be fewer requests to the function itself, which is faster