mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #303] [MERGED] Background assets pagination utilities #428
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#428
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/303
Author: @cursor[bot]
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
issue/242-background-assets← Head:cursor/background-assets-pagination-utilities-feea📝 Commits (1)
dca3120Add background assets pagination support📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
internal/asc/client_pagination.go(+12 -0)📄 Description
Enable pagination for background asset list commands by adding their response types to the
PaginateAllfunction.The
PaginateAllfunction ininternal/asc/client_pagination.godetermines how to aggregate paginated results using a type switch. The newBackgroundAssetsResponse,BackgroundAssetVersionsResponse, andBackgroundAssetUploadFilesResponsetypes were missing from this switch, causing all background asset list commands using the--paginateflag to fail with an "unsupported response type for pagination" error. This change adds the necessary cases to support these types.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.