Open mdmathias opened 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.
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.