pub async fn get_top_players() -> Result<LeaderboardPage, Error>
Expand description

Helper method for getting the “front page” of the leaderboard – or the top 100 – to be exact.

This is no different than calling get_leaderboard_page(Some(1)) yourself.