📝 update adapter connection guide

This commit is contained in:
yanyongyu
2020-12-02 15:14:24 +08:00
parent 0d5930fc3a
commit 064ed81758
3 changed files with 29 additions and 1 deletions

View File

@ -17,6 +17,22 @@ sidebarDepth: 0
FastAPI 驱动框架
* **上报地址**
* `/{adapter name}/`: HTTP POST 上报
* `/{adapter name}/http/`: HTTP POST 上报
* `/{adapter name}/ws`: WebSocket 上报
* `/{adapter name}/ws/`: WebSocket 上报
### _property_ `type`
驱动名称: `fastapi`