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 e7f1ab9 commit c9cf54eCopy full SHA for c9cf54e
UPGRADE-4.0.md
@@ -3,3 +3,9 @@
3
### ResultPager
4
5
* `\Github\ResultPagerInterface::postFetch` is deprecated, and the method will be removed from the ResultPager interface/class.
6
+
7
+### Authentication methods
8
9
+* `Github\Client::AUTH_CLIENT_ID` is deprecated, use `Github\AuthMethod::CLIENT_ID` instead.
10
+* `Github\Client::AUTH_ACCESS_TOKEN` is deprecated, use `Github\AuthMethod::ACCESS_TOKEN` instead.
11
+* `Github\Client::AUTH_JWT` is deprecated, use `Github\AuthMethod::JWT` instead.
0 commit comments