[PR #637] [MERGED] coverage: add missing Game Center relationship endpoints #669

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

📋 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: mainHead: cursor/issue-618-game-center-relationships


📝 Commits (2)

  • e38e2ae coverage: add missing Game Center relationship endpoints
  • 1504dd6 asc: 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

  • Add missing Game Center relationship endpoints from OpenAPI coverage audit (#618)
  • Implement client methods for achievements, activities, app versions, enabled versions, challenges, localizations, and matchmaking rule sets
  • Add request-shaping tests covering all added endpoints

Test plan

  • make format
  • make lint
  • ASC_BYPASS_KEYCHAIN=1 make test
  • go test ./internal/asc -run TestIssue618_ -count=1

🔄 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/637 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/issue-618-game-center-relationships` --- ### 📝 Commits (2) - [`e38e2ae`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/e38e2ae57159f95cfeaadc56a1626f11d85b9681) coverage: add missing Game Center relationship endpoints - [`1504dd6`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1504dd635c12b6058abb4606e80887a5f3b08095) asc: consolidate Game Center linkages helpers ### 📊 Changes **9 files changed** (+1404 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description ## Summary - Add missing Game Center relationship endpoints from OpenAPI coverage audit (#618) - Implement client methods for achievements, activities, app versions, enabled versions, challenges, localizations, and matchmaking rule sets - Add request-shaping tests covering all added endpoints ## Test plan - `make format` - `make lint` - `ASC_BYPASS_KEYCHAIN=1 make test` - `go test ./internal/asc -run TestIssue618_ -count=1` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:32:03 +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#669
No description provided.