WoopSkoop Posted July 14, 2018 Report Posted July 14, 2018 Could you add the POST request TransferToTradeSite so I don't have to do it manually and can just use this API?Thanks in advance. Quote
Dr. McKay Posted July 14, 2018 Report Posted July 14, 2018 It should already work with an API key. Quote
Eradicate Posted July 15, 2018 Report Posted July 15, 2018 (edited) It should already work with an API key.TypeError: opskins.TransferToTradeSite is not a function var transferItems = function(itemIds){ opskins.TransferToTradeSite(itemIds.toString(), (err, items) => { if(err){ console.log(err); return; } //items new output of transfered items to trade site console.log(items); }); } It doesn't seem to be implemented, nor work. (and I am authenticated with an API key) https://docs.opskins.com/public/en.html#IInventory_TransferToTradeSite_v1 Edited July 15, 2018 by Eradicate Quote
Dr. McKay Posted July 16, 2018 Report Posted July 16, 2018 Oh, you meant in the node module. Open a GitHub issue and someone will get to it at some point, presumably. Quote
Eradicate Posted July 16, 2018 Report Posted July 16, 2018 Oh, you meant in the node module. Open a GitHub issue and someone will get to it at some point, presumably.Aren't you the creator of the module? tbh I need it pretty soon and I don't want to have another request using POST when I've done all the previous coding use the module. 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.