mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #637] [MERGED] coverage: add missing Game Center relationship endpoints #669
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#669
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/637
Author: @rudrankriyam
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/issue-618-game-center-relationships📝 Commits (2)
e38e2aecoverage: add missing Game Center relationship endpoints1504dd6asc: consolidate Game Center linkages helpers📊 Changes
9 files changed (+1404 additions, -0 deletions)
View changed files
➕
internal/asc/client_game_center_achievements_relationships.go(+216 -0)➕
internal/asc/client_game_center_activities_relationships.go(+157 -0)➕
internal/asc/client_game_center_app_versions_relationships.go(+82 -0)➕
internal/asc/client_game_center_challenges_relationships.go(+155 -0)➕
internal/asc/client_game_center_enabled_versions_relationships.go(+70 -0)➕
internal/asc/client_game_center_localizations_relationships.go(+90 -0)➕
internal/asc/client_game_center_matchmaking_relationships.go(+32 -0)➕
internal/asc/client_http_issue_618_game_center_relationships_test.go(+549 -0)➕
internal/asc/client_linkages_generic.go(+53 -0)📄 Description
Summary
Test plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo test ./internal/asc -run TestIssue618_ -count=1🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.