request
suspend fun <R : Any> QQGuildApi<R>.request(client: HttpClient, token: String? = null, server: Url? = null, appId: String? = null): HttpResponse(source)
使用 client 向当前目标 API QQGuildApi 发起请求。
see 鉴权方式
Parameters
server
如果不为 null 则会取 server 中的 Url.protocol、Url.hostWithPort 替换 QQGuildApi.url 中提供的值。