rap2_get_repository_interfaces
Retrieve all interface lists from a specified repository to access comprehensive API documentation and query interface details.
Instructions
获取仓库下的全部接口列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repositoryId | Yes | 仓库 ID(传入字符串) |
Input Schema (JSON Schema)
{
"properties": {
"repositoryId": {
"description": "仓库 ID(传入字符串)",
"type": "string"
}
},
"required": [
"repositoryId"
],
"type": "object"
}