toggle menu
igdbclient-core
0.4
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient.internal
/
IgdbRequest
/
DeleteRequest
Delete
Request
class
DeleteRequest
<
out
T
:
Any
>
(
val
path
:
String
,
val
queryParameters
:
Map
<
String
,
String
>
=
mapOf()
,
val
successResponseParser
:
(
BufferedSource
)
->
T
)
:
IgdbRequest
Members
Constructors
Delete
Request
Link copied to clipboard
constructor
(
path
:
String
,
queryParameters
:
Map
<
String
,
String
>
=
mapOf()
,
successResponseParser
:
(
BufferedSource
)
->
T
)
Properties
path
Link copied to clipboard
val
path
:
String
query
Parameters
Link copied to clipboard
val
queryParameters
:
Map
<
String
,
String
>
success
Response
Parser
Link copied to clipboard
val
successResponseParser
:
(
BufferedSource
)
->
T