AllStreamTagRequest

public struct AllStreamTagRequest : JSONConstructableRequest

Get streams request https://dev.twitch.tv/docs/api/reference/#get-all-stream-tags for details

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public init(
        after: String? = nil,
        first: String? = nil,
        tagIDs: [String]? = nil
    )