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

feat(webhooks): Add List function for webhooks #219

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

toneill818
Copy link
Contributor

Fixes issue #152

Added List function for webhooks within a repository. It has the same logic as Gets, but is easier to read and will return a slice of webhooks instead of an interface. The Gets method is still implemented to prevent any breaking changes.

Added List function for webhooks within a repository. It has the same logic as Gets, but is easier to read and will return a slice of webhooks instead of an interface.
Copy link
Owner

@ktrysmt ktrysmt left a comment

Choose a reason for hiding this comment

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

LGTM.

@ktrysmt ktrysmt merged commit 84c78a3 into ktrysmt:master Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants