TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixPaginatedClipFilter

{
A cursor to get the following page of.
after?: string
A cursor to get the previous page of.
before?: string
The latest date to find clips for.
endDate?: string
The featured flag the results should have.
isFeatured?: boolean
The number of results per page.
limit?: number
The earliest date to find clips for.
startDate?: string
}

Properties

after

Type: ?string

A cursor to get the following page of.

before

Type: ?string

A cursor to get the previous page of.

endDate

Type: ?string

The latest date to find clips for.

isFeatured

Type: ?boolean

The featured flag the results should have.

If not given, both featured and non-featured clips will be returned.

limit

Type: ?number

The number of results per page.

startDate

Type: ?string

The earliest date to find clips for.