pub async fn get_leaderboard_page(
    page: Option<u32>
) -> Result<LeaderboardPage, Error>
Expand description

Returns a specific page of the leaderboard.

Currently there is no way to get more entries than what is given per page, so you will have to iterate over a range of pages to get full / partial leaderboard results. Be careful of slamming the servers with too many requests.