mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #298] [MERGED] Pagination and certificate helpers #423
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#423
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/298
Author: @cursor[bot]
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
feat/merchant-ids← Head:cursor/pagination-and-certificate-helpers-7562📝 Commits (1)
9b8e808Fix pagination type checks and share cert helpers📊 Changes
8 files changed (+124 additions, -116 deletions)
View changed files
📝
internal/asc/client_pagination.go(+2 -0)📝
internal/cli/merchantids/merchant_ids.go(+0 -45)📝
internal/cli/merchantids/merchant_ids_certificates.go(+2 -13)📝
internal/cli/merchantids/shared_wrappers.go(+24 -0)📝
internal/cli/passtypeids/pass_type_ids.go(+0 -45)📝
internal/cli/passtypeids/pass_type_ids_certificates.go(+2 -13)📝
internal/cli/passtypeids/shared_wrappers.go(+24 -0)➕
internal/cli/shared/certificate_helpers.go(+70 -0)📄 Description
Add
PassTypeIDsResponseto pagination type check and refactor duplicated certificate helper functions into a shared package to improve type validation and reduce code duplication.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.