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 1a0b96d commit 5a052f9Copy full SHA for 5a052f9
lib/Github/Api/Apps.php
@@ -2,16 +2,25 @@
2
3
namespace Github\Api;
4
5
-use Github\Api\AcceptHeaderTrait;
6
-
7
/**
8
* @link https://developer.github.com/v3/apps/
9
* @author Nils Adermann <[email protected]>
10
*/
11
class Apps extends AbstractApi
12
{
13
- use AcceptHeaderTrait;
14
+ /**
+ * @deprecated
+ * Configure the accept header for Early Access to the integrations api (DEPRECATED)
+ *
15
+ * @see https://developer.github.com/v3/apps/
16
17
+ * @return self
18
+ */
19
+ public function configure()
20
+ {
21
+ return $this;
22
+ }
23
+
24
25
* Create an access token for an installation
26
*
0 commit comments