aboutsummaryrefslogtreecommitdiffstats
path: root/github3/api.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-13 23:40:52 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-13 23:40:52 +0100
commit62e2e976f1cdf1ca2f9b3019f210d85865eea514 (patch)
treea7ddb595131d68643ce784b499b2f10b32c24254 /github3/api.py
parentFix bug. Instance converter in handler base (diff)
downloadpython-github3-62e2e976f1cdf1ca2f9b3019f210d85865eea514.tar.xz
python-github3-62e2e976f1cdf1ca2f9b3019f210d85865eea514.zip
Fix limit bug
Diffstat (limited to 'github3/api.py')
-rw-r--r--github3/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/github3/api.py b/github3/api.py
index bf0ebe2..1c467ff 100644
--- a/github3/api.py
+++ b/github3/api.py
@@ -11,6 +11,7 @@ from handlers import users, gists
RESOURCES_PER_PAGE = 100
+#TODO: refactor: loads json in request editing Response object
class GithubCore(object):
"""
Wrapper to github api requests