Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Endpoints.RateLimit
Description
The Github RateLimit API, as described at http://developer.github.com/v3/rate_limit/.
Synopsis
- rateLimitR :: forall (k :: RW). Request k RateLimit
- module GitHub.Data
Documentation
rateLimitR :: forall (k :: RW). Request k RateLimit Source #
Get your current rate limit status. https://developer.github.com/v3/rate_limit/#get-your-current-rate-limit-status
module GitHub.Data