Hello!
Thank you for the recent addition of the /transmogs API endpoint, it is great! However, one problem I have noticed is that if a character logs out of the game (without fully Exiting Game), then the API returns incorrect data.
For example, I should have a total of 35486 appearances. But if I only logout and call the API, I only get 11174 returned. And what’s even stranger, is that 586 of those seem to be transmogs that I don’t even know? So it seems to just be incorrect data.
If I then fully exit the WoW client and try again, it works. However, this is still a problem because many users of my site will try to load their transmogs after just a logout, and the invalid API results will get stored/cached in my site’s database. There’s no way for me to know if those results are correct or not.
It would be great if the transmog API call could be correctly updated upon just a logout. Or, worst case, at least return the last known good result until a full exit game is done. Thank you!