UpdateUserExtensionsRequest

public struct UpdateUserExtensionsRequest : JSONConstructableRequest

Update user extension request see https://dev.twitch.tv/docs/api/reference/#update-user-extensions Because the data object is complicate just pass in the data, this is in contrast to the other requests which serialize the data for you

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public let method: HTTPMethod
  • Undocumented

    Declaration

    Swift

    public let data: Data
  • Undocumented

    Declaration

    Swift

    public init(data: Data)