mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #618] coverage: Add missing Game Center relationship endpoints (achievements/activities/challenges/versions/etc) (OpenAPI) #174
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#174
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?
Originally created by @rudrankriyam on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/618
Context
These endpoints exist in the offline OpenAPI snapshot (
docs/openapi/latest.json, indexed bydocs/openapi/paths.txt) but are currently missing frominternal/ascclient coverage.Goal
Add ASC client methods for the endpoints below (method + path).
Missing endpoints
Where/what to add
internal/asc/(e.g.client_game_center_achievements.go,client_game_center_activities.go, etc.).LinkagesResponse, mutations useRelationshipRequest/RelationshipList.Test plan
newTestClient(assert method + path + query).Acceptance criteria
internal/ascwith tests.ASC_BYPASS_KEYCHAIN=1 make testpasses.@rudrankriyam commented on GitHub (Feb 18, 2026):
Closed by #637 (merged).