mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #383] [MERGED] Game Center v1 parity #484
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#484
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/383
Author: @rudrankriyam
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/game-center-v1-parity-5f4b📝 Commits (1)
4eb6af7Add 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.