kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.http
/
MediaApiClient
Media
Api
Client
data
class
MediaApiClient
(
val
timeout
:
Timeout
=
Timeout.DEFAULT
,
val
retry
:
Retry
=
Retry.DEFAULT
)
:
AutoCloseable
(
source
)
Members
Constructors
Media
Api
Client
Link copied to clipboard
constructor
(
timeout
:
Timeout
=
Timeout.DEFAULT
,
retry
:
Retry
=
Retry.DEFAULT
)
Properties
retry
Link copied to clipboard
val
retry
:
Retry
timeout
Link copied to clipboard
val
timeout
:
Timeout
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
images
Link copied to clipboard
suspend
fun
images
(
)
:
List
<
Image
>
multi
Part
Link copied to clipboard
suspend
fun
multiPart
(
)
videos
Link copied to clipboard
suspend
fun
videos
(
)
:
List
<
Video
>