mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #372] [MERGED] App clips, versions, reviews #476
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#476
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/372
Author: @rudrankriyam
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/app-clips-versions-reviews-c821📝 Commits (4)
d36731fAdd app clip/version review parityf64cacfFix reviews get import06eb04afix: resolve output_core merge markersd578d45fix: relax cmdtest error string assertions📊 Changes
28 files changed (+1511 additions, -15 deletions)
View changed files
📝
internal/asc/client.go(+28 -4)📝
internal/asc/client_app_clips.go(+63 -0)📝
internal/asc/client_app_metadata_test.go(+57 -0)📝
internal/asc/client_http_app_clips_test.go(+51 -0)📝
internal/asc/client_http_test.go(+17 -0)📝
internal/asc/client_options.go(+42 -0)📝
internal/asc/client_product_pages_experiments.go(+102 -0)📝
internal/asc/client_product_pages_test.go(+60 -0)📝
internal/asc/client_queries.go(+20 -0)➕
internal/asc/client_version_resources.go(+100 -0)📝
internal/asc/output_app_clips.go(+32 -0)📝
internal/asc/output_core.go(+12 -0)➕
internal/cli/appclips/default_experience_header_image.go(+77 -0)➕
internal/cli/appclips/default_experience_relationships.go(+122 -0)📝
internal/cli/appclips/default_experiences.go(+10 -8)📝
internal/cli/cmdtest/app_metadata_test.go(+44 -0)📝
internal/cli/cmdtest/commands_test.go(+15 -0)📝
internal/cli/cmdtest/product_pages_test.go(+39 -0)➕
internal/cli/cmdtest/reviews_test.go(+31 -0)➕
internal/cli/productpages/experiment_treatment_localization_media_sets.go(+209 -0)...and 8 more files
📄 Description
Implement missing App Store Connect API endpoints and CLI commands for App Clip default experiences, App Store version experiments v2, customer reviews, and treatment localization media sets to expand CLI functionality.
This PR introduces new client methods and CLI commands to expose previously unavailable App Store Connect resources, such as retrieving specific customer review details, accessing App Clip default experience components (review detail, release version, header image), listing App Store version experiments v2, and managing media sets for experiment treatment localizations. This enhances the CLI's ability to manage a broader range of App Store Connect entities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.