We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8775cb2 commit eca9e8cCopy full SHA for eca9e8c
lib/Github/Api/RateLimit.php
@@ -28,6 +28,7 @@ public function getRateLimits()
28
public function getCoreLimit()
29
{
30
$response = $this->getRateLimits();
31
+
32
return $response['resources']['core']['limit'];
33
}
34
@@ -39,6 +40,7 @@ public function getCoreLimit()
39
40
public function getSearchLimit()
41
42
43
44
return $response['resources']['search']['limit'];
45
46
0 commit comments