TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixPagination

Base pagination parameters for Helix requests.

{
A cursor to get the following page of.
after?: string
A cursor to get the previous page of.
before?: string
The number of results per page.
limit?: number
}

Properties

after

Type: ?string

A cursor to get the following page of.

before

Type: ?string

A cursor to get the previous page of.

limit

Type: ?number

The number of results per page.