[PR #627] [MERGED] Missing Xcode Cloud relationships #659

Closed
opened 2026-02-26 22:32:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/627
Author: @rudrankriyam
Created: 2/18/2026
Status: Merged
Merged: 2/18/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/missing-xcode-cloud-relationships-2075


📝 Commits (2)

  • bc3c6eb asc: add Xcode Cloud relationship linkage endpoints
  • 5127971 format: gofumpt

📊 Changes

2 files changed (+683 additions, -0 deletions)

View changed files

internal/asc/client_http_xcode_cloud_relationships_test.go (+303 -0)
internal/asc/client_xcode_cloud_relationships.go (+380 -0)

📄 Description

Summary

  • Implements issue #620 by adding 16 missing Xcode Cloud (CI/SCM) GET relationship endpoints to the ASC client. This includes both to-one and to-many relationships, each with dedicated request-shaping tests.

Validation

  • make format
  • make lint
  • make test

Wall of Apps (only if this PR adds/updates a Wall app)

  • I ran make generate app APP="..." LINK="..." CREATOR="..." PLATFORM="..." (or manually edited docs/wall-of-apps.json + ran make update-wall-of-apps)
  • I committed all generated files:
    • docs/wall-of-apps.json
    • README.md

Entry template:

{
  "app": "Your App Name",
  "link": "https://apps.apple.com/app/id1234567890",
  "creator": "your-github-handle",
  "platform": ["iOS"]
}

Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/627 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/missing-xcode-cloud-relationships-2075` --- ### 📝 Commits (2) - [`bc3c6eb`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/bc3c6ebdda54a826b2d4120a813c6afcea0bae89) asc: add Xcode Cloud relationship linkage endpoints - [`5127971`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/5127971fa20547ffd8e58ac50dd82186f1a5ff49) format: gofumpt ### 📊 Changes **2 files changed** (+683 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/asc/client_http_xcode_cloud_relationships_test.go` (+303 -0) ➕ `internal/asc/client_xcode_cloud_relationships.go` (+380 -0) </details> ### 📄 Description ## Summary - Implements issue #620 by adding 16 missing Xcode Cloud (CI/SCM) GET relationship endpoints to the ASC client. This includes both to-one and to-many relationships, each with dedicated request-shaping tests. ## Validation - [ ] `make format` - [x] `make lint` - [x] `make test` ## Wall of Apps (only if this PR adds/updates a Wall app) - [ ] I ran `make generate app APP="..." LINK="..." CREATOR="..." PLATFORM="..."` (or manually edited `docs/wall-of-apps.json` + ran `make update-wall-of-apps`) - [ ] I committed all generated files: - `docs/wall-of-apps.json` - `README.md` Entry template: ```json { "app": "Your App Name", "link": "https://apps.apple.com/app/id1234567890", "creator": "your-github-handle", "platform": ["iOS"] } ``` --- <p><a href="https://cursor.com/background-agent?bcId=bc-99fb78b2-efbe-4f43-b197-e3a5a46cd7ca"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-99fb78b2-efbe-4f43-b197-e3a5a46cd7ca"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a></p> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:32:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#659
No description provided.