Skip to content

Releases: octokit/plugin-rest-endpoint-methods.js

v3.17.0

07 Jun 17:57
bf089f4
Compare
Choose a tag to compare

Features

  • repos.getAccessRestrictions
  • pulls.listCommentsForReview
  • pulls.removeRequestedReviewers
  • pulls.requestReviewers
  • pulls.listRequestedReviewers
  • pulls.createReplyForReviewComment
  • pulls.createReviewComment
  • pulls.listReviewComments
  • pulls.deleteReviewComment
  • pulls.updateReviewComment
  • pulls.getReviewComment
  • pulls.listReviewCommentsForRepo
  • projects.getPermissionForUser
  • orgs.listPublicEmailsForAuthenticatedUser
  • orgs.updateMembershipForAuthenticatedUser
  • orgs.listMembershipsForAuthenticatedUser
  • users.deletePublicSshKeyForAuthenticated
  • users.getPublicSshKeyForAuthenticated
  • users.createPublicSshKeyForAuthenticated
  • users.listPublicSshKeysForAuthenticated
  • users.deleteGpgKeyForAuthenticated
  • users.getGpgKeyForAuthenticated
  • users.createGpgKeyForAuthenticated
  • users.listGpgKeysForAuthenticated
  • users.checkPersonIsFollowedByAuthenticated
  • users.deleteEmailsForAuthenticated
  • users.addEmailsForAuthenticated
  • users.listEmailsForAuthenticated
  • users.setPrimaryEmailVisibilityForAuthenticated
  • users.listBlockedByAuthenticated
  • scim.deleteUserFromOrg
  • scim.updateAttributeForUser
  • scim.setInformationForProvisionedUser
  • scim.getProvisioningInformationForUser
  • scim.provisionAndInviteUser
  • repos.downloadArchive
  • repos.createCommitStatus
  • repos.listReleaseAssets
  • repos.requestPagesBuild
  • repos.deletePagesSite
  • repos.createPagesSite
  • repos.deleteDeployKey
  • repos.createDeployKey
  • testPushWebhook
  • pingWebhook
  • deleteWebhook
  • updateWebhook
  • getWebhook
  • createWebhook
  • listWebhooks
  • repos.createOrUpdateFileContents
  • repos.getContent
  • repos.getCommunityProfileMetrics
  • repos.listCommitStatusesForRef
  • repos.listCommitComments
  • repos.removeUserAccessRestrictions
  • repos.addUserAccessRestrictions
  • repos.setUserAccessRestrictions
  • repos.removeTeamAccessRestrictions
  • repos.addTeamAccessRestrictions
  • repos.setTeamAccessRestrictions
  • repos.removeAppAccessRestrictions
  • repos.addAppAccessRestrictions
  • repos.setAppAccessRestrictions
  • repos.removeProtectedBranchRestrictions
  • repos.removeStatusCheckContexts
  • repos.addStatusCheckContexts
  • repos.setStatusCheckContexts
  • repos.getAllStatusCheckContexts
  • repos.removeStatusChecksProtection
  • repos.updateStatusChecksProtection
  • repos.getStatusChecksProtection
  • repos.deleteCommitSignatureProtection
  • repos.createCommitSignatureProtection
  • repos.getCommitSignatureProtection
  • repos.deletePullRequestReviewProtection
  • repos.updatePullRequestReviewProtection
  • repos.getPullRequestReviewProtection
  • repos.deleteAdminBranchProtection
  • repos.setAdminBranchProtection
  • repos.getAdminBranchProtection
  • repos.deleteBranchProtection
  • orgs.removePublicMembershipForAuthenticatedUser
  • orgs.setPublicMembershipForAuthenticatedUser
  • orgs.checkPublicMembershipForUser
  • orgs.removeMembershipForUser
  • orgs.setMembershipForUser
  • orgs.getMembershipForUser
  • orgs.checkMembershipForUser
  • orgs.listAppInstallations
  • orgs.pingHook
  • orgs.deleteHook
  • orgs.updateHook
  • orgs.getHook
  • orgs.createHook
  • orgs.listHooks
  • orgs.removeCredentialAuthorization
  • orgs.listSamlSsoAuthorizations
  • repos.listCommitCommentsForRepo

Deprecations

  • repos.getProtectedBranchRestrictions
  • pulls.getCommentsForReview
  • pulls.deleteReviewRequest
  • pulls.createReviewRequest
  • pulls.listReviewRequests
  • pulls.createReviewCommentReply
  • pulls.createComment
  • pulls.listComments
  • pulls.deleteComment
  • pulls.updateComment
  • pulls.getComment
  • pulls.listCommentsForRepo
  • projects.reviewUserPermissionLevel
  • orgs.listPublicEmails
  • orgs.updateMembership
  • orgs.listMemberships
  • users.deletePublicKey
  • users.getPublicKey
  • users.createPublicKey
  • users.listPublicKeys
  • users.deleteGpgKey
  • users.getGpgKey
  • users.createGpgKey
  • users.listGpgKeys
  • users.checkFollowing
  • users.deleteEmailsForAuthenticated
  • users.addEmailsForAuthenticated
  • users.listEmailsForAuthenticated
  • users.togglePrimaryEmailVisibility
  • users.listBlocked
  • scim.removeUserFromOrg
  • scim.updateUserAttribute
  • scim.replaceProvisionedUserInformation
  • scim.getProvisioningDetailsForUser
  • scim.provisionAndInviteUsers
  • repos.getArchiveLink
  • repos.createStatus
  • repos.listAssetsForRelease
  • repos.requestPageBuild
  • repos.disbalePagesSite
  • repos.enablePagesSite
  • repos.removeDeployKey
  • repos.addDeployKey
  • testPushHook
  • pingHook
  • deleteHook
  • updateHook
  • getHook
  • createHook
  • listHooks
  • repos.createOrUpdateFile
  • repos.getContents
  • repos.retrieveCommunityProfileMetrics
  • repos.listStatusesForRef
  • repos.listCommentsForCommit
  • repos.removeProtectedBranchUserRestrictions
  • repos.addProtectedBranchUserRestrictions
  • repos.replaceProtectedBranchUserRestrictions
  • repos.removeProtectedBranchTeamRestrictions
  • repos.addProtectedBranchTeamRestrictions
  • repos.replaceProtectedBranchTeamRestrictions
  • repos.removeProtectedBranchAppRestrictions
  • repos.addProtectedBranchAppRestrictions
  • repos.replaceProtectedBranchAppRestrictions
  • repos.deleteAccessRestrictions
  • repos.removeProtectedBranchRequiredStatusChecksContexts
  • repos.addProtectedBranchRequiredStatusChecksContexts
  • repos.replaceProtectedBranchRequiredStatusChecksContexts
  • repos.listProtectedBranchRequiredStatusChecksContexts
  • repos.removeProtectedBranchRequiredStatusChecks
  • repos.updateProtectedBranchRequiredStatusChecks
  • repos.getProtectedBranchRequiredStatusChecks
  • repos.removeProtectedBranchRequiredSignatures
  • repos.addProtectedBranchRequiredSignatures
  • repos.getProtectedBranchRequiredSignatures
  • repos.removeProtectedBranchPullRequestReviewEnforcement
  • repos.updateProtectedBranchPullRequestReviewEnforcement
  • repos.getProtectedBranchPullRequestReviewEnforcement
  • repos.removeProtectedBranchAdminEnforcement
  • repos.addProtectedBranchAdminEnforcement
  • repos.getProtectedBranchAdminEnforcement
  • repos.removeBranchProtection
  • orgs.concealMembership
  • orgs.publicizeMembership
  • orgs.checkPublicMembership
  • orgs.removeMembership
  • orgs.addOrUpdateMembership
  • orgs.getMembership
  • orgs.checkMembership
  • orgs.listInstallations
  • orgs.pingWebhook
  • orgs.deleteWebhook
  • orgs.updateWebhook
  • orgs.getWebhook
  • orgs.createWebhook
  • orgs.listWebhooks
  • orgs.removeSamlSsoAuthorization
  • orgs.listCredentialAuthorizations
  • repos.listCommitComments.

v3.16.0

05 Jun 16:45
1a95a47
Compare
Choose a tag to compare

Features

  • gitignore.getAllTemplates
  • licenses.getAllCommonlyUsed

Deprecations

  • gitignore.listTemplates
  • licenses.listCommonlyUsed

v3.15.0

04 Jun 20:12
1fbf000
Compare
Choose a tag to compare

Features

  • actions.downloadJobLogsForWorkflowRun
  • actions.getJobForWorkflowRun
  • actions.listWorkflowRunsForRepo
  • actions.createInstallationAccessToken
  • apps.listReposAccessibleToInstallation
  • apps.revokeInstallationAccessToken
  • interactions.setRestrictionsForOrg
  • interactions.setRestrictionsForRepo.

Deprecations

  • actions.downloadWorkflowJobLogs
  • actions.getWorkflowJob
  • actions.listRepoWorkflowRuns
  • actions.createInstallationToken
  • apps.listRepos
  • apps.revokeInstallationToken
  • interactions.addOrUpdateRestrictionsForOrg
  • interactions.addOrUpdateRestrictionsForRepo
  • issues.replaceAllLabels

v3.14.0

02 Jun 21:24
Compare
Choose a tag to compare

Features

  • teams.getMembershipForUserInOrg
  • teams.addOrUpdateMembershipForUserInOrg
  • teams.removeMembershipForUserInOrg
  • teams.addOrUpdateProjectPermissionsInOrg
  • teams.checkPermissionsForProjectInOrg
  • teams.checkPermissionsForRepoInOrg
  • teams.addOrUpdateRepoPermissionsInOrg
  • issues.checkUserCanBeAssigned
  • migrations.getImportStatus
  • issues.listMilestones

Bug Fixes

  • typescript: replace duplicated keys in method and parameter/response types (65cf1b8)

v3.13.3

01 Jun 22:58
1a38fd2
Compare
Choose a tag to compare

3.13.3 (2020-06-01)

Bug Fixes

  • typescript: repository_selection response key is an enum string (#117) (1a38fd2)

v3.13.2

31 May 23:20
4faf436
Compare
Choose a tag to compare

3.13.2 (2020-05-31)

Bug Fixes

  • typescript: node_id in git commit responses (#115) (4faf436)

v3.13.1

30 May 22:48
97a0031
Compare
Choose a tag to compare

3.13.1 (2020-05-30)

Bug Fixes

  • submitted_at response key for pull request endpoint methods (#114) (97a0031)

v3.13.0

29 May 18:15
88a757a
Compare
Choose a tag to compare

3.13.0 (2020-05-29)

Features

  • twitter_username property for users and organizations (#113) (88a757a)

v3.12.3

28 May 05:29
c00f839
Compare
Choose a tag to compare

3.12.3 (2020-05-28)

Bug Fixes

  • typescript: method description updates (#112) (c00f839)

v3.12.2

18 May 17:37
7248b89
Compare
Choose a tag to compare

3.12.2 (2020-05-18)

Bug Fixes