github-0.23: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.RateLimit

Description

The Github RateLimit API, as described at http://developer.github.com/v3/rate_limit/.

Synopsis

Documentation

rateLimit :: IO (Either Error RateLimit) Source #

Get your current rate limit status (Note: Accessing this endpoint does not count against your rate limit.) Without authentication.

rateLimit' :: Maybe Auth -> IO (Either Error RateLimit) Source #

Get your current rate limit status (Note: Accessing this endpoint does not count against your rate limit.) With authentication.