get_top_games: Get Top Games Gets games sorted by number of current viewers...

View source: R/get_top_games.R

get_top_gamesR Documentation

Get Top Games Gets games sorted by number of current viewers on Twitch, most popular first.

Description

Get Top Games Gets games sorted by number of current viewers on Twitch, most popular first.

Usage

get_top_games(first = 20, after = NULL, before = NULL)

Arguments

first

Maximum number of objects to return. Maximum: 100. Default: 20.

after

Cursor for forward pagination: tells the server where to start fetching the next set of results, in a multi-page response.

before

Cursor for backward pagination: tells the server where to start fetching the next set of results, in a multi-page response. (Do not use, not working due to API issue last checked on 27/12/2017)

Details

If you need information about how pagination works, see the details of get_streams.

Value

A list with with "data" and a "pagination" cursor.

References

https://dev.twitch.tv/docs/api/reference/#get-top-games


Freguglia/rTwitchAPI documentation built on Dec. 6, 2022, 3:44 a.m.