License | BSD-3-Clause |
---|---|
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | None |
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