Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to get a webhook delivery: #1670

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

Edouard-chin
Copy link
Contributor


Before the change?

No method is implemented to get a specific webhook delivery for an app.

After the change?

User can now call client.app_hook_delivery('delivery-123') to get the webhook delivery resource.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

  • Yes
  • No

- Added a new `app_hook_delivery` to retrieve one webhook delivery
  for an app.

  Ref https://docs.github.com/en/rest/apps/webhooks#get-a-delivery-for-an-app-webhook
Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Edouard-chin thanks for the contributions here! ❤️

@nickfloyd nickfloyd added the Type: Feature New feature or request label Feb 27, 2024
@nickfloyd nickfloyd merged commit 1f2ce3e into octokit:main Feb 27, 2024
14 checks passed
@Edouard-chin Edouard-chin deleted the ec-webhook-delivery branch February 28, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants