expl0it Posted December 3, 2017 Report Posted December 3, 2017 (edited) Hello. I am doing this in this way actually: core.prototype.changeTradeToken = function (callback) { self.community._myProfile("/tradeoffers/newtradeurl", { "sessionid": self.community.getSessionID() }, (err, response, body) => { return callback(err/* || response.statusCode !== 200*/, body ? body.replace(/\"/g, '') : null); }, "tradeoffermanager"); } Would be nice to see this feature in the node-steamcommunity module Edited December 3, 2017 by expl0it Quote
Dr. McKay Posted December 3, 2017 Report Posted December 3, 2017 If you could open an issue on GitHub that'll make me remember to add it. 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.