request

inline suspend fun <RQ : Requestor, R> RQ.request(api: API<RQ, R>): R

通过API请求器 RQapi 发起一个请求并得到结果。

See also