mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #294] [MERGED] Add asc reviews ratings command for App Store rating statistics #419
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#419
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/294
Author: @rudrankriyam
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/reviews-ratings📝 Commits (5)
7017382Add asc reviews ratings command for App Store rating statistics2770f51Refactor ratings output helpers1c08092Fix iTunes ratings edge cases3399c9dMerge pull request #296 from rudrankriyam/cursor/reviews-output-formatting-ed9f3e288bbValidate reviews ratings output📊 Changes
6 files changed (+1317 additions, -0 deletions)
View changed files
➕
internal/cli/cmdtest/reviews_ratings_test.go(+100 -0)📝
internal/cli/reviews/reviews.go(+3 -0)➕
internal/cli/reviews/reviews_ratings.go(+273 -0)➕
internal/itunes/client.go(+282 -0)➕
internal/itunes/client_test.go(+409 -0)➕
internal/itunes/storefronts.go(+250 -0)📄 Description
Summary
asc reviews ratingssubcommand that fetches aggregate rating data using the public iTunes API--all) modes with parallel fetchingFeatures
Example Output
Table format
Global ratings (--all)
Test plan
make testmake lint🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.