[PR #331] [MERGED] Webhooks deliveries relationships #442

Closed
opened 2026-02-26 22:30:57 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: cursor/webhooks-deliveries-relationships-6689


📝 Commits (3)

  • c86d88b Add webhook delivery relationship command
  • 2a697a1 Validate webhook ID during pagination
  • 7ecf323 Fix 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 relationships subcommand to list webhook delivery relationships.


Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/331 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/webhooks-deliveries-relationships-6689` --- ### 📝 Commits (3) - [`c86d88b`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/c86d88ba69631c18543b41f37326689c37a15759) Add webhook delivery relationship command - [`2a697a1`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/2a697a19725b309ed2648ee501a87979b423c5a5) Validate webhook ID during pagination - [`7ecf323`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/7ecf3239b97957abdf3c36fee74a92dec914ff1c) Fix webhook relationships pagination validation ### 📊 Changes **5 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Implement `asc webhooks deliveries relationships` subcommand to list webhook delivery relationships. --- <a href="https://cursor.com/background-agent?bcId=bc-12ed379f-e66b-4a60-b176-515cc0229c2b"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-12ed379f-e66b-4a60-b176-515cc0229c2b"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#442
No description provided.