aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/github.py')
-rw-r--r--pygithub3/github.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pygithub3/github.py b/pygithub3/github.py
index fd1cb26..23b5b0b 100644
--- a/pygithub3/github.py
+++ b/pygithub3/github.py
@@ -19,6 +19,12 @@ class Github(object):
self._repos = Repos(**config)
@property
+ def remaining_requests(self):
+ """ Limit of Github API v3 """
+ from pygithub3.core.client import Client
+ return Client.remaining_requests
+
+ @property
def users(self):
"""
:ref:`User service <User service>`