API bank tap doesn't show properly
Yes, it is bugged and probably nothing will get fixed in the forseeable future since Lawton is missing again
my first guess is an off-by-one error.
something like: for(i=0;i<max;i++) instead of for(i=0;i<=max;i++)
but then I checked gw2efficiency for myself, and it’s only showing me the first 10 bank tabs I have (missing the last 4), so it’s not off by one.
I wrote my own script that would just output everything in the bank, and it’s only outputting the top 10 bank tabs.
checking https://api.guildwars2.com/v2/account/bank?access_token=[MyToken] shows that it ends after the first 10 tabs.
not sure how the same bug would produce 2 out of 3 tabs and 10 out of 14, but that’s what it looks like is happening.
Mystic’s Gold Profiting Guide
Forge & more JSON recipes
For my account, the raw data is showing the first 4 out of 6 bank tabs.