Api Update banner
ComposioHQ ComposioHQ

Api Update

Development community

Description

# API Update Command Check for open PRs in the Composio client repositories and create a plan for updating the SDKs. ## Workflow ### Step 1: Check for Open PRs Fetch open PRs from both client repositories: 1. **TypeScript Client**: `github.com/composiohq/composio-base-ts` 2. **Python Client**: `github.com/composiohq/composio-base-py` Use the GitHub CLI (`gh`) to list open PRs: ```bash gh pr list --repo composiohq/composio-base-ts --state open --json number,title,url,headRefName,body gh pr

Installation

Installs to ~/.claude/commands/composiohq-composio-api-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ComposioHQ/composio/HEAD/.claude/commands/api-update.md -o ~/.claude/commands/composiohq-composio-api-update.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository