val all : ?token:Token.t -> unit -> Github_t.rate_resources Monad.tall () is the current token's rate limit information for all rate limiting regimes.
val for_core : ?token:Token.t -> unit -> Github_t.rate Monad.tfor_core () is the current token's rate limit information for the Core rate limit regime.
val for_search : ?token:Token.t -> unit -> Github_t.rate Monad.tfor_search () is the current token's rate limit information for the Search rate limit regime.