Node Steam Tradeoffers Versions Save

Steam Trade Offers for Node.js **NO LONGER MAINTAINED**

v3.0.4

7 years ago
  • Added partnerSteamId param to .acceptOffer() method. This param is optional for backward compatibility. Accepting offers may not work for you without this param.

v3.0.1

8 years ago

v3.0.0

8 years ago

Breaking changes

  • Dropped support for io.js
  • Removed callback from .setup(). Since 2.0.0 setup is sync so there is no need in it
  • Removed debug event
  • Added timeouts to all requests. Optional param is added to .setup() that allows to change the default
  • Calling any methods before .setup() will throw an error now.
  • Changed error handling in the trade hold duration methods

Additions

  • .getOfferUrl(callback) for obtaining full Trade URL
  • Callback for loadInventory methods is now invoked with raw inventory objects as the third argument

v2.2.0

8 years ago

Additions

  • getTradeHoldDuration method to get hold duration for a trade offer.

v2.1.0

8 years ago

Additions

  • getHoldDuration method to get escrow hold duration.

v2.0.0

8 years ago

Breaking changes

  • Removed Web API key retrieval since it is outside of the library scope. It was moved to separate module steam-web-api-key
  • Removed Family View Unlock. It was moved to separate module steam-parental
  • setup() now requires new APIKey param.

v1.2.4

8 years ago

v1.2.3

8 years ago

v1.2.2

9 years ago

Additions

  • getItems method for obtaining list of items acquired in a trade.

v1.2.1

9 years ago

steam-tradeoffers now officially supports io.js.

Additions

  • getSummary method that is a wrapper for undocumented by Valve GetTradeOffersSummary API method. It may be removed in the future, so use it with caution.