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 8871411 commit 499d23aCopy full SHA for 499d23a
lib/Github/Client.php
@@ -29,8 +29,8 @@
29
* @method Api\Gists gist()
30
* @method Api\Gists gists()
31
* @method Api\Miscellaneous\Gitignore gitignore()
32
- * @method Api\Apps integration() (deprecated)
33
- * @method Api\Apps integrations() (deprecated)
+ * @method Api\Integrations integration() (deprecated)
+ * @method Api\Integrations integrations() (deprecated)
34
* @method Api\Apps apps()
35
* @method Api\Issue issue()
36
* @method Api\Issue issues()
@@ -201,6 +201,8 @@ public function api($name)
201
202
case 'integration':
203
case 'integrations':
204
+ $api = new Api\Integrations($this);
205
+ break
206
case 'apps':
207
$api = new Api\Apps($this);
208
break;
0 commit comments