We need to switch our service methods:
to use the /User/GetCurrentBungieAccount/ bungie endpoint. It has all the data within it.
You can compare the endpoint here,
https://destinydevs.github.io/BungieNetPlatform/docs/API-Test?code=b458d207ba6da875f8805938d4c06e5b#/GetCurrentBungieAccount
I think this will resolve the errors we've been facing lately that prevent users from loading characters.
Cool, should be easy to swap
Should be faster startup too now that we have all the data in one endpoint and are not searching for gamertags/psdids that change...