Retrieve rate limiting information

This commit is contained in:
Vincent Jacques
2012-05-21 13:15:34 +02:00
parent d5ba645d44
commit ca974699b0
7 changed files with 23 additions and 1 deletions
+1
View File
@@ -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 }}`