mdmathias / DestinCLI

A command line tool to query Destiny data.
0 stars 0 forks source link

Make `ActivityHistory` searchable via "mode" #1

Open mdmathias opened 3 years ago

mdmathias commented 3 years ago

Right now, the "mode" in the query string for this command is assumed to be "73", which is Control Quickplay. There are many different types of modes, and the user may want to search for any of them.

mdmathias commented 3 years ago

For example, we build the URL string like: "https://www.bungie.net/Platform/Destiny2/\(membershipType)/Account/\(membershipId)/Character/\(characterId)/Stats/Activities/?modes=73&page=\(currentPage)".

modes=73 needn't be assumed.