mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #331] [MERGED] Webhooks deliveries relationships #442
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#442
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/331
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/webhooks-deliveries-relationships-6689📝 Commits (3)
c86d88bAdd webhook delivery relationship command2a697a1Validate webhook ID during pagination7ecf323Fix webhook relationships pagination validation📊 Changes
5 files changed (+158 additions, -0 deletions)
View changed files
📝
internal/asc/client_http_webhooks_test.go(+36 -0)📝
internal/asc/client_webhooks.go(+30 -0)📝
internal/asc/webhooks.go(+3 -0)📝
internal/cli/cmdtest/webhooks_test.go(+10 -0)📝
internal/cli/webhooks/webhooks.go(+79 -0)📄 Description
Implement
asc webhooks deliveries relationshipssubcommand to list webhook delivery relationships.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.