requestBy

abstract suspend fun requestBy(requestor: RQ): R

借助 请求器 向当前所表示的API发起请求, 并得到结果 R.

Throws

请求过程中可能会产生任何异常, 包括但不限于网络、序列化、参数检验等