Get Progress of Badges for a given profileId.
0.1.0
getBadgeProgress({ profileId: "xxxxx", badgeIds: [ "yyyyy", "zzzzz" ]}).then(res => console.log(res)) Copy
getBadgeProgress({ profileId: "xxxxx", badgeIds: [ "yyyyy", "zzzzz" ]}).then(res => console.log(res))
Generated using TypeDoc
Description
Get Progress of Badges for a given profileId.
Async
Since
0.1.0
Example