FollowedStreamsRequest

public struct FollowedStreamsRequest : JSONConstructableRequest

Get Followed Streams request see https://dev.twitch.tv/docs/api/reference/#get-followed-streams

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public init(
        userID: String,
        after: String? = nil,
        first: String? = nil
    )