nonebot2/website/static/drivers.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2021-12-29 13:09:31 +00:00
[
{
"module_name": "nonebot.drivers.fastapi",
"project_link": "",
"name": "FastAPI",
"desc": "FastAPI 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "nonebot.drivers.quart",
"project_link": "quart",
"name": "Quart",
"desc": "Quart 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "nonebot.drivers.httpx",
2022-01-02 12:21:08 +00:00
"project_link": "httpx",
2021-12-29 13:09:31 +00:00
"name": "HTTPX",
"desc": "HTTPX 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "nonebot.drivers.websockets",
"project_link": "websockets",
"name": "websockets",
"desc": "websockets 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
},
{
"module_name": "nonebot.drivers.aiohttp",
2022-01-02 12:21:08 +00:00
"project_link": "aiohttp",
2021-12-29 13:09:31 +00:00
"name": "AIOHTTP",
"desc": "AIOHTTP 驱动器",
"author": "yanyongyu",
2022-01-02 12:21:08 +00:00
"homepage": "/docs/tutorial/choose-driver",
2021-12-29 13:09:31 +00:00
"tags": [],
"is_official": true
}
]