Plugins
从 GitHub 安装插件
从 GitHub 仓库安装插件。异步操作,返回任务 ID。
post/api/v1/plugins/install/github
Request body
Example request
{
"url": "https://github.com/rocksclawbot/langbot-community-plugins/tree/main/disaster-alert"
}Response
成功
从 GitHub 仓库安装插件。异步操作,返回任务 ID。
{
"url": "https://github.com/rocksclawbot/langbot-community-plugins/tree/main/disaster-alert"
}成功