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