mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Retrieve rate limiting information
This commit is contained in:
@@ -9,6 +9,7 @@ Class `Github`
|
||||
* `get_organization( login )`: `Organization`
|
||||
* `get_gist( id )`: `Gist`
|
||||
* `get_gists()`: list of `Gist`
|
||||
* `rate_limiting`: tuple of two integers: remaining and limit, as explained in [Rate Limiting](http://developer.github.com/v3/#rate-limiting)
|
||||
|
||||
{% for class in classes|dictsort:"name" %}
|
||||
Class `{{ class.name }}`
|
||||
|
||||
Reference in New Issue
Block a user