originally posted in:BungieNetPlatform
Surfing the net I found this Endpoint (can't remember where sorry). Looks like it's used to transfer items from/to char without having to vault it in between.
Does anyone know the parameters to use it?
-
Sadly, there's no way of doing this, even if you look in bungies JS file, they did a wrapper call that does one transfer and then the other one if the first one succeed. And as nmlorg is doing, i'm also doing a bungie api wrapper, but, this is for Android, i'm almost done with all the basic things, and, i'll be publishing it public and announcing it here in a couple of days, so that people can also add to it, and developers can have a better jump start :)
-
That's from my project, sorry for the confusion. Instead of a single characterId and a yes/no transferToVault, you give it the two character id numbers and it makes the necessary platform calls for you ([url]https://github.com/nmlorg/destiny/blob/68d17746af39a6527541438b2f4e721787913904/dashboard/api/__init__.py#L220[/url]).