[][src]Function twitch_rs::games::get_top

pub async fn get_top<'_>(
    twitch_api: &'_ TwitchApi,
    first: i32,
    after: Option<String>,
    before: Option<String>
) -> Result<HelixPaginatedResponse<HelixGame>, Box<dyn Error>>