alex7kom / node-steam-tradeoffers

Steam Trade Offers for Node.js **NO LONGER MAINTAINED**
MIT License
287 stars 100 forks source link

[FEATURE REQUEST] Get an "In-Trade" flag per each item on load my invnetory #276

Closed tambu22 closed 8 years ago

tambu22 commented 8 years ago

tittle just say all, ll be good if the method get my inv can check if the items are in trade, and add som like "InTradeItems: false" and dont get the items that are in a active or waiting mobile Trade.

tnks!

andrewda commented 8 years ago

This would require something like node-steam-tradeoffer-manager's polldata.json. However, this repository is meant to be more of a wrapper for Steam's API, so this wouldn't really be within the scope of this library. It would be pretty easy to write your own, though.

alex7kom commented 8 years ago

As @andrewda said, this is outside the scope of the library.