[PR #383] [MERGED] Game Center v1 parity #484

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

📋 Pull Request Information

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

Base: mainHead: cursor/game-center-v1-parity-5f4b


📝 Commits (1)

  • 4eb6af7 Add Game Center v1 parity endpoints and tests

📊 Changes

34 files changed (+4559 additions, -14 deletions)

View changed files

📝 internal/asc/client_game_center.go (+112 -0)
📝 internal/asc/client_game_center_activities.go (+32 -0)
📝 internal/asc/client_game_center_activities_test.go (+34 -0)
📝 internal/asc/client_game_center_challenges.go (+32 -0)
📝 internal/asc/client_game_center_challenges_test.go (+34 -0)
📝 internal/asc/client_game_center_details.go (+240 -0)
📝 internal/asc/client_game_center_details_test.go (+158 -0)
📝 internal/asc/client_game_center_groups.go (+240 -0)
📝 internal/asc/client_game_center_groups_test.go (+154 -0)
internal/asc/client_game_center_leaderboard_set_member_localizations.go (+87 -0)
internal/asc/client_game_center_leaderboard_set_member_localizations_test.go (+140 -0)
📝 internal/asc/client_game_center_matchmaking.go (+30 -0)
📝 internal/asc/client_game_center_matchmaking_test.go (+38 -3)
📝 internal/asc/client_http_gamecenter_test.go (+119 -0)
📝 internal/asc/client_types.go (+1 -0)
internal/asc/game_center_leaderboard_set_member_localizations.go (+67 -0)
📝 internal/cli/cmdtest/game_center_achievements_test.go (+57 -0)
📝 internal/cli/cmdtest/game_center_activities_test.go (+38 -0)
📝 internal/cli/cmdtest/game_center_challenges_test.go (+38 -0)
📝 internal/cli/cmdtest/game_center_details_test.go (+181 -0)

...and 14 more files

📄 Description

Implement new Game Center API endpoints and CLI commands to expand management capabilities for details, groups, matchmaking, and related image/relationship fetches.

This PR adds comprehensive coverage for several missing Game Center API endpoints, including fetching details, group relationships, matchmaking queues, and various image and relationship links for achievements, leaderboards, leaderboard sets, activities, and challenges. This significantly enhances the CLI's ability to interact with and manage Game Center entities.


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/383 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/game-center-v1-parity-5f4b` --- ### 📝 Commits (1) - [`4eb6af7`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/4eb6af72a3e2f64e88d937dd7a5adec126f50db4) Add Game Center v1 parity endpoints and tests ### 📊 Changes **34 files changed** (+4559 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/client_game_center.go` (+112 -0) 📝 `internal/asc/client_game_center_activities.go` (+32 -0) 📝 `internal/asc/client_game_center_activities_test.go` (+34 -0) 📝 `internal/asc/client_game_center_challenges.go` (+32 -0) 📝 `internal/asc/client_game_center_challenges_test.go` (+34 -0) 📝 `internal/asc/client_game_center_details.go` (+240 -0) 📝 `internal/asc/client_game_center_details_test.go` (+158 -0) 📝 `internal/asc/client_game_center_groups.go` (+240 -0) 📝 `internal/asc/client_game_center_groups_test.go` (+154 -0) ➕ `internal/asc/client_game_center_leaderboard_set_member_localizations.go` (+87 -0) ➕ `internal/asc/client_game_center_leaderboard_set_member_localizations_test.go` (+140 -0) 📝 `internal/asc/client_game_center_matchmaking.go` (+30 -0) 📝 `internal/asc/client_game_center_matchmaking_test.go` (+38 -3) 📝 `internal/asc/client_http_gamecenter_test.go` (+119 -0) 📝 `internal/asc/client_types.go` (+1 -0) ➕ `internal/asc/game_center_leaderboard_set_member_localizations.go` (+67 -0) 📝 `internal/cli/cmdtest/game_center_achievements_test.go` (+57 -0) 📝 `internal/cli/cmdtest/game_center_activities_test.go` (+38 -0) 📝 `internal/cli/cmdtest/game_center_challenges_test.go` (+38 -0) 📝 `internal/cli/cmdtest/game_center_details_test.go` (+181 -0) _...and 14 more files_ </details> ### 📄 Description Implement new Game Center API endpoints and CLI commands to expand management capabilities for details, groups, matchmaking, and related image/relationship fetches. This PR adds comprehensive coverage for several missing Game Center API endpoints, including fetching details, group relationships, matchmaking queues, and various image and relationship links for achievements, leaderboards, leaderboard sets, activities, and challenges. This significantly enhances the CLI's ability to interact with and manage Game Center entities. --- <a href="https://cursor.com/background-agent?bcId=bc-2a815198-6dc5-46bd-8db5-466beba2f1df"><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-2a815198-6dc5-46bd-8db5-466beba2f1df"><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:31:10 +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#484
No description provided.