We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b36d661 + 69c1fa1 commit 5d7cb70Copy full SHA for 5d7cb70
lib/Github/Client.php
@@ -203,6 +203,7 @@ public function api($name)
203
case 'integrations':
204
$api = new Api\Integrations($this);
205
break;
206
+
207
case 'apps':
208
$api = new Api\Apps($this);
209
@@ -225,6 +226,7 @@ public function api($name)
225
226
case 'organizations':
227
$api = new Api\Organization($this);
228
229
230
case 'org_project':
231
case 'orgProject':
232
case 'org_projects':
@@ -284,6 +286,7 @@ public function api($name)
284
286
case 'meta':
285
287
$api = new Api\Meta($this);
288
289
290
case 'graphql':
291
$api = new Api\GraphQL($this);
292
0 commit comments