Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The Github RateLimit API, as described at http://developer.github.com/v3/rate_limit/.
Synopsis
- rateLimitR :: Request k RateLimit
- module GitHub.Data
Documentation
rateLimitR :: 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