Iggys
(Iggys)
March 22, 2020, 3:08pm
1
Hi, I am trying to resolve all of the location IDs sent back from esi when I use the "[/characters/{character_id}/orders/]"endpoint.
How can I send all the location IDs in one request to the “[/universe/structures/{structure_id}/]” endpoint?
Thanks
Assuming all of the IDs you want to resolve are structures; you can’t. Ideally you should probably cache the response so that you wouldn’t need to lookup EVERY ID, EVERY time.
Iggys
(Iggys)
March 22, 2020, 3:41pm
3
I just ran into the issue of some not being structures, so I am working that out.
I was wondering how I would cut down on so many requests, and it looks like caching is my answer.
Thanks!
Iggys
(Iggys)
March 22, 2020, 3:59pm
5
You da man Blacksmoke!
Thanks for all the quick replies!
system1
(system)
Closed
June 20, 2020, 4:00pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.