ExOsrsApi.Ratelimit.check_ratelimit

You're seeing just the function check_ratelimit, go back to ExOsrsApi.Ratelimit module for more information.
Link to this function

check_ratelimit(ratelimit, type)

View Source

Specs

check_ratelimit(
  t(),
  :deadman
  | :hardcore_ironman
  | :ironman
  | :regular
  | :seasonal
  | :tournament
  | :ultimate_ironman
) :: {:ok, integer()} | {:error, ExOsrsApi.Errors.Error.t()}