You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/generated/endpoints.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ export default {
285
285
},
286
286
checkAuthorization: {
287
287
deprecated:
288
-
"octokit.oauthAuthorizations.checkAuthorization() has been renamed to octokit.apps.checkAuthorization() (2019-11-05)",
288
+
"octokit.apps.checkAuthorization() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#check-an-authorization",
289
289
method: "GET",
290
290
params: {
291
291
access_token: {required: true,type: "string"},
@@ -502,7 +502,7 @@ export default {
502
502
},
503
503
resetAuthorization: {
504
504
deprecated:
505
-
"octokit.oauthAuthorizations.resetAuthorization() has been renamed to octokit.apps.resetAuthorization() (2019-11-05)",
505
+
"octokit.apps.resetAuthorization() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#reset-an-authorization",
506
506
method: "POST",
507
507
params: {
508
508
access_token: {required: true,type: "string"},
@@ -521,7 +521,7 @@ export default {
521
521
},
522
522
revokeAuthorizationForApplication: {
523
523
deprecated:
524
-
"octokit.oauthAuthorizations.revokeAuthorizationForApplication() has been renamed to octokit.apps.revokeAuthorizationForApplication() (2019-11-05)",
524
+
"octokit.apps.revokeAuthorizationForApplication() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#revoke-an-authorization-for-an-application",
525
525
method: "DELETE",
526
526
params: {
527
527
access_token: {required: true,type: "string"},
@@ -531,7 +531,7 @@ export default {
531
531
},
532
532
revokeGrantForApplication: {
533
533
deprecated:
534
-
"octokit.oauthAuthorizations.revokeGrantForApplication() has been renamed to octokit.apps.revokeGrantForApplication() (2019-11-05)",
534
+
"octokit.apps.revokeGrantForApplication() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#revoke-a-grant-for-an-application",
0 commit comments