RedeemCodeRequest

public struct RedeemCodeRequest : JSONConstructableRequest

Post request to redeem a code: https://dev.twitch.tv/docs/api/reference/#redeem-code

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public let method: HTTPMethod
  • Undocumented

    Declaration

    Swift

    public init(userID: String, codes: [String])