toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
KtorRestClient
/
doRequest
do
Request
open
suspend override
fun
doRequest
(
pathComponents
:
List
<
String
>
,
httpMethod
:
HttpMethod
,
parameters
:
Map
<
String
,
Any
>
?
,
payload
:
String
?
,
contentType
:
ContentType
,
headers
:
Map
<
String
,
Any
>
?
)
:
RestResponse