获取插件列表 GET
Base URL: http://ip:port/nbgui/v1
| 类型 | 说明 | 备注 |
|---|---|---|
| 方法 | http | |
| 入口 | /plugin/list/<id> | 其中id为Bot的uuid |
| 调用方式 | 同步调用,等待服务端完成执行并返回最终结果 | |
| 字符编码 | UTF-8 | |
| 请求类型 | GET | |
| 返回类型 | json | |
| 开发语言 | 任何能发起http请求的开发语言 |
调用示例
http
GET http://127.0.0.1:port/nbgui/v1/plugin/list/6d0d6e45d3c7486d940fe3a8867fcab1
Authorization: Bearer your_token返回示例
json
["nonebot_plugin_session","nonebot_plugin_random_stereotypes","nonebot_plugin_nonememe","nonebot_plugin_localstore","nonebot_plugin_status"]