Generate an API markdown file and token file using ApiView. Use this when the user wants to generate an API markdown file and review API changes.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Generate an API markdown file and token file using ApiView. Use this when the user wants to generate an API markdown file and review API changes.
Generate API Markdown
Prerequisites
Activate your virtual environment with a Python version that is strictly less than the version limit specified in eng/tools/azure-sdk-tools/azpysdk/apistub.py.
Install the required dependencies:
cd <repo_root>
pip install -e ./eng/tools/azure-sdk-tools
Instructions
Navigate to the desired package directory
Run the command:
azpysdk apistub --md .
The command outputs the location of the generated markdown file. Provide this file to the user for review.