toggle menu
app
androidJvm
switch theme
search in API
app
/
com.qwict.svkandroid.data.remote
/
BlobApiService
Blob
Api
Service
interface
BlobApiService
Retrofit API service interface for Blob operations, used for uploading images.
Members
Functions
post
Image
Link copied to clipboard
@
POST
(
value
=
"{id}"
)
abstract
suspend
fun
postImage
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Body
image
:
RequestBody
)