HighscoreService

A service that retrieves and processes RuneScape highscore data for a given player.

This service uses the RuneScape Hiscores API to fetch a player's highscore data and parses the response into a map of Skill to HighscoreEntry.

Functions

Link copied to clipboard
suspend fun getHiscores(playerName: String): Map<Skill, HighscoreEntry>?

Fetches the hiscores for a given player from the RuneScape Hiscores API.