JavaScript is required to use Bungie.net

Group Avatar

BungieNetPlatform

"Updates, discussions, and documentation of the BungieNetPlatform API."

Request Join
originally posted in:BungieNetPlatform
9/10/2015 3:17:27 PM
2

Get Vendors info

Hey everyone. I'd like to get vendors info. Vendors are "attached" to characters, so I need to use characters for this. I could use my characters. I want to keep record of items sold by the vendors. I don't care about the differences from user to user -- I'm thinking about items that are the same for everyone, like whichs shaders and emblems Eva Levante is selling. So I can use my characters to crawl those items. I just need a way to do that. The endpoint (/platform/Destiny/{platform}/MyAccount/Character/{charId}/Vendors/) requires "WebAuthorization". I'm not sure how I can do that. Any cheap/bad way of doing it is welcome. Even if I need to get a cookie (manually login) each week or something... I just need a way! :) Thanks in advance, Guardians

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Ingulit: 9/10/2015 11:51:26 PM
    Keep in mind that to have a full listing of all of the items vendors sell that everyone can see, you'll need to maintain three max-level-and-progression characters (one of each class) to keep your listing is up-to-date. If this is for personal use it's not a huge deal, but if you're planning on going the "I'll save the stocks to a server that my users all read from" route, if you get even a little behind in your Destiny progression all your users will see out-of-date or not-applicable information.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    1 Reply
    • you can make a small app (web/desktop/mobile) that uses your cookies to do that (and ask for loging once the token is invalid) and process the data and push that to a place where your "REAL" app gets the data from. I kind of do this approach for the items definitions in my app, i push a file to DropBox and it has a public url that everyone can read.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    You are not allowed to view this content.
    ;
    preload icon
    preload icon
    preload icon