Jump to content
McKay Development

OPSkins API (Add TransferToTradeSite)


WoopSkoop

Recommended Posts

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 by Eradicate
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...