simple-robot
3.0.0-RC.2
simbot-util-api-requestor-ktor
/
love.forte.simbot.util.api.requestor.ktor
/
KtorAPI
Ktor
API
interface
KtorAPI
<
in
RQ
:
Requestor
,
out
R
>
:
API
<
RQ
,
R
>
基于 ktor 的
API
实现的基础父类型。
Author
ForteScarlet
Functions
Inheritors
Functions
request
By
Link copied to clipboard
abstract
suspend override
fun
requestBy
(
requestor
:
RQ
)
:
R
借助
请求器
向当前所表示的API发起请求,并得到结果
R
.
Inheritors
HttpAPI
Link copied to clipboard