0Nom4D / GuardianDock

GuardianDock is a mobile app developed with Flutter for IOS and Android that allows Destiny users to check their stats and news about the game.
0 stars 0 forks source link

Bungie API Basic Stat Request #8

Open 0Nom4D opened 1 year ago

0Nom4D commented 1 year ago

Made a basic Bungie API Request

0Nom4D commented 11 months ago

No need of Manifest since we're not using the inventory.

0Nom4D commented 11 months ago

Stat Request needs the following:

Both are given by the following api route "bungie.net/Platform/User/Search/GlobalName/0/".

0Nom4D commented 11 months ago

No need of Manifest since we're not using the inventory.

We need the Manifest for the activity names based on referencedIds located in the activity descriptions. Related to #21 & #22.