[PR #335] [MERGED] App events nested media #446

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

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/335
Author: @rudrankriyam
Created: 1/30/2026
Status: Merged
Merged: 1/30/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/app-events-nested-media-60fd


📝 Commits (1)

  • 491b30c feat: add app event localization media commands

📊 Changes

9 files changed (+752 additions, -2 deletions)

View changed files

📝 README.md (+22 -0)
📝 internal/asc/app_events.go (+3 -0)
📝 internal/asc/client_app_events.go (+105 -0)
📝 internal/asc/client_app_events_test.go (+93 -0)
📝 internal/cli/app_events/app_events.go (+3 -1)
internal/cli/app_events/localization_media.go (+363 -0)
📝 internal/cli/app_events/localizations.go (+6 -1)
internal/cli/app_events/relationships.go (+89 -0)
internal/cli/cmdtest/app_events_test.go (+68 -0)

📄 Description

Implement App Events relationships and nested localization media lists/relationships to expand App Store Connect CLI functionality.


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/335 **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/app-events-nested-media-60fd` --- ### 📝 Commits (1) - [`491b30c`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/491b30c5166891f9fecfcb4b91c8a7953059bb06) feat: add app event localization media commands ### 📊 Changes **9 files changed** (+752 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -0) 📝 `internal/asc/app_events.go` (+3 -0) 📝 `internal/asc/client_app_events.go` (+105 -0) 📝 `internal/asc/client_app_events_test.go` (+93 -0) 📝 `internal/cli/app_events/app_events.go` (+3 -1) ➕ `internal/cli/app_events/localization_media.go` (+363 -0) 📝 `internal/cli/app_events/localizations.go` (+6 -1) ➕ `internal/cli/app_events/relationships.go` (+89 -0) ➕ `internal/cli/cmdtest/app_events_test.go` (+68 -0) </details> ### 📄 Description Implement App Events relationships and nested localization media lists/relationships to expand App Store Connect CLI functionality. --- <a href="https://cursor.com/background-agent?bcId=bc-72d8d6a6-9a47-4e64-a40c-91e6055b59f5"><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-72d8d6a6-9a47-4e64-a40c-91e6055b59f5"><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:58 +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#446
No description provided.