mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #342] [MERGED] Next URL ID extraction #453
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#453
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/342
Author: @cursor[bot]
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/next-url-id-extraction-7705📝 Commits (1)
bc2a097Fix user visible apps next URL parsing📊 Changes
2 files changed (+19 additions, -2 deletions)
View changed files
📝
internal/cli/users/users_test.go(+11 -0)📝
internal/cli/users/visible_apps.go(+8 -2)📄 Description
Fix URL extraction for
visibleAppsrelationships endpoint paths to correctly handle--nextURLs from paginated responses.The
extractUserIDFromNextURLfunction previously only recognized paths like/v1/users/{id}/visibleApps. This PR updates the function to also correctly parse paths including the/relationships/segment, such as/v1/users/{id}/relationships/visibleApps, which are generated by the "get" command for user visible apps relationships. This ensures that users can use--nextURLs from these responses without error.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.