[PR #214] [MERGED] Add offline OpenAPI snapshot and index tooling #358

Closed
opened 2026-02-26 21:34:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/214
Author: @rudrankriyam
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @rudrankriyam

Base: mainHead: chore/openapi-spec


📝 Commits (3)

  • 856be54 Add offline OpenAPI snapshot and index tooling
  • c082ba3 Use python3 for update-openapi
  • 4466761 Merge pull request #215 from rudrankriyam/cursor/makefile-python-version-8898

📊 Changes

7 files changed (+232825 additions, -0 deletions)

View changed files

📝 Agents.md (+6 -0)
📝 Makefile (+7 -0)
📝 README.md (+1 -0)
docs/openapi/README.md (+22 -0)
docs/openapi/latest.json (+231546 -0)
docs/openapi/paths.txt (+1210 -0)
scripts/update-openapi-index.py (+33 -0)

📄 Description

Summary

  • add offline OpenAPI snapshot and generated path index for agent use
  • document OpenAPI snapshot usage and update flow
  • add Makefile helper to regenerate the index

Test plan

  • Not run (docs/script-only change)

🔄 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/214 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `chore/openapi-spec` --- ### 📝 Commits (3) - [`856be54`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/856be548456ccae5cc029f62e3c07261c165e3ba) Add offline OpenAPI snapshot and index tooling - [`c082ba3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/c082ba33616c8af6f00dfa134b9daadfad2a43ad) Use python3 for update-openapi - [`4466761`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/4466761e28bf6a9f73c0e6ddb942c5d943b42431) Merge pull request #215 from rudrankriyam/cursor/makefile-python-version-8898 ### 📊 Changes **7 files changed** (+232825 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Agents.md` (+6 -0) 📝 `Makefile` (+7 -0) 📝 `README.md` (+1 -0) ➕ `docs/openapi/README.md` (+22 -0) ➕ `docs/openapi/latest.json` (+231546 -0) ➕ `docs/openapi/paths.txt` (+1210 -0) ➕ `scripts/update-openapi-index.py` (+33 -0) </details> ### 📄 Description ## Summary - add offline OpenAPI snapshot and generated path index for agent use - document OpenAPI snapshot usage and update flow - add Makefile helper to regenerate the index ## Test plan - [ ] Not run (docs/script-only change) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:45 +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#358
No description provided.