mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #362] [MERGED] feat: add Game Center submission endpoints #472
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#472
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/362
Author: @rudrankriyam
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @rudrankriyam
Base:
main← Head:pr/game-center-submissions📝 Commits (2)
6068177feat: add Game Center submission endpointsd76a0cdfix: avoid context shadowing in leaderboard submit📊 Changes
9 files changed (+596 additions, -0 deletions)
View changed files
📝
internal/asc/client_http_gamecenter_test.go(+66 -0)📝
internal/asc/client_types.go(+2 -0)➕
internal/asc/game_center_submissions.go(+195 -0)📝
internal/asc/output_core.go(+8 -0)📝
internal/asc/output_game_center.go(+76 -0)📝
internal/cli/cmdtest/game_center_achievements_test.go(+45 -0)📝
internal/cli/cmdtest/game_center_leaderboards_test.go(+45 -0)📝
internal/cli/gamecenter/game_center_achievements.go(+77 -0)📝
internal/cli/gamecenter/game_center_leaderboards.go(+82 -0)📄 Description
Summary
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.