Duodecim Posted September 9, 2021 Report Posted September 9, 2021 Hello, I'm full stack dev, working on a project to improve my full stack skills with node angular and MySQL as database an i was a trader with 2500+ trades confirmed, so i pick this data source that is very interested to manage. for now i'm handling getUserInventoryContents passing an Trade Url, my question is there is a way to verify the currents items of a user inventory, by passing some list of assets id looking for this solution because there is a case, that i need to call getUserInventoryContents for more than one user and verify if this value is updated Quote
Dr. McKay Posted September 10, 2021 Report Posted September 10, 2021 You can use the array filter function to filter an inventory to a specific set of items. Quote
Duodecim Posted September 13, 2021 Author Report Posted September 13, 2021 Thanks for the response, i will clarify my question,i'm looking to run this the method getUserInventoryContents mutltiple times, which will be the best way to perform this action ? There is a way to pass an array of stamid ? Quote
Dr. McKay Posted September 14, 2021 Report Posted September 14, 2021 You can't retrieve multiple users' inventories at once, if that's what you're asking. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.