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
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.