VideoResponse

public struct VideoResponse : Codable

Wrapper object for the get videos request see https://dev.twitch.tv/docs/api/reference/#get-videos

  • List of Video‘s returned

    Declaration

    Swift

    public let videos: [Video]
  • Pagination cursor information

    Declaration

    Swift

    public let pagination: Paginate