ReplaceStreamTagRequest

public struct ReplaceStreamTagRequest : JSONConstructableRequest

Object for https://dev.twitch.tv/docs/api/reference/#replace-stream-tags

  • 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(broadcasterID: String, tagIDs: [String]? = nil) throws