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
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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.