DoctorMcKay/node-globaloffensive

Get item's name in inventory

Flodkozza opened this issue · 2 comments

The items don't have any attribute for name or anything that indicates which item it is. Is it possible to get that somehow?

The way the CS:GO inventory system works, it actually is best to just use node-steamcommunity or node-steam-tradeoffer-manager to get an item's basic details. Using node-globaloffensive is really meant for getting the data you can't get from the Steam Community APIs.