Skip to content

获取插件详情

GET
/api/v1/plugins/{author}/{plugin_name}

获取指定插件的详细信息

授权

BearerAuth

Bearer 令牌认证。可以是用户 JWT 令牌或 API 密钥。
示例:Authorization: Bearer <token_or_key>

类型HTTP (bearer)

参数

路径参数

author*

插件作者

类型string
必填
plugin_name*

插件名称

类型string
必填

响应

成功

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"plugin": {
}
}
}

试验场

服务器
授权
变量

示例

技术支持 VitePress OpenAPI