|
292 | 292 | "url": "/marketplace_listing/stubbed/accounts/:account_id"
|
293 | 293 | },
|
294 | 294 | "checkAuthorization": {
|
295 |
| - "deprecated": "octokit.oauthAuthorizations.checkAuthorization() has been renamed to octokit.apps.checkAuthorization() (2019-11-05)", |
| 295 | + "deprecated": "octokit.apps.checkAuthorization() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#check-an-authorization", |
296 | 296 | "method": "GET",
|
297 | 297 | "params": {
|
298 | 298 | "access_token": { "required": true, "type": "string" },
|
|
561 | 561 | "url": "/user/installations/:installation_id/repositories/:repository_id"
|
562 | 562 | },
|
563 | 563 | "resetAuthorization": {
|
564 |
| - "deprecated": "octokit.oauthAuthorizations.resetAuthorization() has been renamed to octokit.apps.resetAuthorization() (2019-11-05)", |
| 564 | + "deprecated": "octokit.apps.resetAuthorization() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#reset-an-authorization", |
565 | 565 | "method": "POST",
|
566 | 566 | "params": {
|
567 | 567 | "access_token": { "required": true, "type": "string" },
|
|
581 | 581 | "url": "/applications/:client_id/token"
|
582 | 582 | },
|
583 | 583 | "revokeAuthorizationForApplication": {
|
584 |
| - "deprecated": "octokit.oauthAuthorizations.revokeAuthorizationForApplication() has been renamed to octokit.apps.revokeAuthorizationForApplication() (2019-11-05)", |
| 584 | + "deprecated": "octokit.apps.revokeAuthorizationForApplication() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#revoke-an-authorization-for-an-application", |
585 | 585 | "method": "DELETE",
|
586 | 586 | "params": {
|
587 | 587 | "access_token": { "required": true, "type": "string" },
|
|
590 | 590 | "url": "/applications/:client_id/tokens/:access_token"
|
591 | 591 | },
|
592 | 592 | "revokeGrantForApplication": {
|
593 |
| - "deprecated": "octokit.oauthAuthorizations.revokeGrantForApplication() has been renamed to octokit.apps.revokeGrantForApplication() (2019-11-05)", |
| 593 | + "deprecated": "octokit.apps.revokeGrantForApplication() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#revoke-a-grant-for-an-application", |
594 | 594 | "method": "DELETE",
|
595 | 595 | "params": {
|
596 | 596 | "access_token": { "required": true, "type": "string" },
|
|
0 commit comments