toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
RestClient
/
doRequest
do
Request
abstract
suspend
fun
doRequest
(
pathComponents
:
List
<
String
>
=
emptyList()
,
httpMethod
:
HttpMethod
=
HttpMethod.Post
,
parameters
:
Map
<
String
,
Any
>
?
=
null
,
payload
:
String
?
=
null
,
contentType
:
ContentType
=
ContentType.Application.Json
,
headers
:
Map
<
String
,
Any
>
?
=
null
)
:
RestResponse