get_api_info
Fetch complete API endpoint details from a Swagger file by specifying the file name, path, and HTTP method, automatically parsing all related schemas.
Instructions
獲取特定 API 的完整資訊,自動解析所有相關 schemas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API 路徑(例如:/login) | |
| method | Yes | HTTP 方法(例如:get, post, put, delete) | |
| swaggerName | Yes | Swagger 檔案名稱 |