CellSplitter Posted May 30, 2019 Report Posted May 30, 2019 (edited) Hey, i will get my Inventory History and specific my CSGO Knife History. i see this is now a part of node-steamcommunity, but i dont know how i get this. My coding in node (javascript) is not so good for this Moment. I learn it now. Have anyone a code snippet for me? Or a good manuell for this how i can solve this? Special Thanks in advance I try it with let Inv = [];community.getHistory(client.steamID,function(err, user){if (err) {console.log(err);} else {console.log(user.Inv);}}); But its not working and it is rly bad code i think ? Edited May 31, 2019 by CellSplitter Quote
Dr. McKay Posted May 30, 2019 Report Posted May 30, 2019 It's not part of node-steamcommunity anymore. You should use the WebAPI instead. Quote
CellSplitter Posted May 31, 2019 Author Report Posted May 31, 2019 ok thanks a lot, then i have to deal with it now 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.