Class FanPointsClient<PartnerLabel>

This client wraps the FanPoints API to allow convenient access.

Type Parameters

  • PartnerLabel extends string = string

Properties

marketplace: MarketplaceModule
prizes: PrizesModule
statusPoints: StatusPointsModule
users: UserModule

Methods

  • This method pings the FanPoints API with the provided FanPoints clients.

    It allows to check if your configuration works.

    Returns Promise<Record<string, string>>

    a Record with the result of the ping for every client.

    Error if no config was provided to the client.