ChallengeList

public protocol ChallengeList

Describes the information of a ChallengeList

  • Array of Challenges that matches the parameters of the ChallengeListPayload used

    Declaration

    Swift

    var challenges: [Challenge] { get }
  • Metadata returned by the /Challenges endpoint, used to fetch subsequent pages of Challenges

    Declaration

    Swift

    var metadata: Metadata { get }