TrackerNetwork / DestinyStatus

Destiny Status code base
https://destinystatus.com
MIT License
101 stars 29 forks source link

Refactor OAUTH destinyId #91

Closed iBotPeaches closed 7 years ago

iBotPeaches commented 7 years ago
https://www.bungie.net/platform/User/GetMembershipIds/?lc=en&excludebungienet=true
{
    "Response": {
        "4611686018430553461": 1
    },
    "ErrorCode": 1,
    "ThrottleSeconds": 0,
    "ErrorStatus": "Success",
    "Message": "Ok",
    "MessageData": {}
}

A lot smaller request than the others, and appears to just return membershipId and membershipType

iBotPeaches commented 7 years ago

While this endpoint also works and is a lot smaller, it lacks some additional detail I've already dependent on.