Function getBadgeProgress

  • Parameters

    • args: {
          badgeIds: string[];
          profileId: string;
      }
      • badgeIds: string[]
      • profileId: string

    Returns Promise<IBadgeProgress[]>

    Description

    Get Progress of Badges for a given profileId.

    Async

    Since

    0.1.0

    Example

    getBadgeProgress({
    profileId: "xxxxx",
    badgeIds: [ "yyyyy", "zzzzz" ]
    }).then(res => console.log(res))

Generated using TypeDoc