ExOsrsApi.OsrsApi.get_all_highscores
You're seeing just the function
get_all_highscores
, go back to ExOsrsApi.OsrsApi module for more information.
Link to this function
get_all_highscores(username, ratelimit \\ %{__struct__: ExOsrsApi.Ratelimit, limit: 60, timeout: 60000})
View SourceSpecs
get_all_highscores(String.t(), ExOsrsApi.Ratelimit.t()) :: [ ok: ExOsrsApi.PlayerHighscores.t(), error: ExOsrsApi.Errors.Error.t() ]