mirai/mirai-api-http
liujiahua123123 0ea9d66279 travis
2019-12-15 17:00:02 +08:00
..
src/main/kotlin/net.mamoe.mirai.api.http Change Bot to interface, implement Bot as BotImpl, fix #20 2019-12-14 23:38:56 +08:00
build.gradle.kts Simplify build.gradle 2019-12-02 17:57:14 +08:00
README.md travis 2019-12-15 17:00:02 +08:00

mirai-api-http

Mirai-API-http provides adapter for ALL langugae to access mirai via HTTP protocol.

Start Session

Authorize
Path: /auth
Method: POST

this verify your session to one bot and you could have full access to that bot
NOTE that only 1 bot could be control under 1 session, you could have multiple session to control all bots.

name type optional example note
key String false UAHSNDXlaksd918273h this could be found after initialize
QQ String false 1040400290 bot QQ number you want to access