TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixPaginatedVideoFilter

{
A cursor to get the following page of.
after?: string
A cursor to get the previous page of.
before?: string
The language of the videos.
language?: string
The number of results per page.
limit?: number
The value to order the videos by.
orderBy?: HelixVideoSort
The period of time when the videos were created.
period?: HelixVideoFilterPeriod
The type of the videos.
type?:
HelixVideoType

Aliased type: "upload" | "archive" | "highlight"

| "all"
}

Properties

after

Type: ?string

A cursor to get the following page of.

before

Type: ?string

A cursor to get the previous page of.

language

Type: ?string

The language of the videos.

limit

Type: ?number

The number of results per page.

orderBy

Type: ?HelixVideoSort

The value to order the videos by.

period

Type: ?HelixVideoFilterPeriod

The period of time when the videos were created.

type

Type:
HelixVideoType

Aliased type: "upload" | "archive" | "highlight"

| "all"

The type of the videos.