val all : ?token:Token.t -> unit -> Github_t.rate_resources Monad.t
all ()
is the current token's rate limit information for all rate limiting regimes.
val for_core : ?token:Token.t -> unit -> Github_t.rate Monad.t
for_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.t
for_search ()
is the current token's rate limit information for the Search
rate limit regime.