Overview
Methods
Properties
Methods
getStreams(pagination)
asyncRetrieves streams that are currently playing the game.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
pagination | HelixPagination | none | none |
Return type:
HelixPaginatedResponse<HelixStream>
getStreamsPaginated()
Creates a paginator for streams that are currently playing the game.
Return type:
HelixPaginatedRequest<HelixStreamData,
HelixStream>