ExOsrsApi.OsrsApi.get_multiple_highscores
You're seeing just the function
get_multiple_highscores
, go back to ExOsrsApi.OsrsApi module for more information.
Link to this function
get_multiple_highscores(usernames, type, ratelimit \\ %{__struct__: ExOsrsApi.Ratelimit, limit: 60, timeout: 60000})
View SourceSpecs
get_multiple_highscores( [String.t()], :deadman | :hardcore_ironman | :ironman | :regular | :seasonal | :tournament | :ultimate_ironman, ExOsrsApi.Ratelimit.t() ) :: [ExOsrsApi.PlayerHighscores.t() | {:error, ExOsrsApi.Errors.Error.t()}]