View Single Post
10-26-21, 10:25 PM   #5
cheesewiz
A Fallenroot Satyr
Join Date: Jan 2021
Posts: 29
Originally Posted by Fizzlemizz View Post
In-game addons and your Python script are accessing two seperate APIs. You can't access both APIs from the same code (in-game addons can't access the web API and Python can access the in-game API).

I think that's what you're asking.
That's right. I want to cache the requirements for making item keys into an addon and use that to search for items from my shopping list on the ah. I think the GSA addon relies on the item key to be generated with info from the python script. I want to skip the need for the script and have the item keys on hand, ready to use whenever I want to look something up. I think GSA is using the api from raidbots to generate most of the data for the item keys, so it's not outside the realm of possibilies. I figured if you can just build a list then save it into something an addon could use, why wait for the web api? I don't think any addons use the item key search method, either. I wanna learn why that is.

Last edited by cheesewiz : 10-26-21 at 10:52 PM.
  Reply With Quote