更新:中英文API文档,增加使用案例

This commit is contained in:
hhhkkk520 2022-06-09 13:11:09 +02:00
parent 0c093aaa19
commit 4f24896b15
2 changed files with 10 additions and 0 deletions

View File

@ -148,3 +148,8 @@ JSON Return Example:
]
}
```
## Case - Build your own Telegram bot to query server information
Refer to [Community Project](https://github.com/spiritLHLS/nezha_api_tgbot) (Chinese)
The bot can request server status information from the Dashboard through the API, and then send the information to the user.
You can build this bot to easily view the current status of a given server without opening the Dashboard.

View File

@ -148,3 +148,8 @@ JSON返回示例
]
}
```
## 使用案例 - 自建一个TG机器人来查询服务器信息
参考[社区项目](https://github.com/spiritLHLS/nezha_api_tgbot)
机器人可以通过API向面板请求服务器状态信息得到信息后发送给用户
你可以搭建此机器人来方便地查看指定服务器的当前状态且不需要打开面板