BlobApiService

interface BlobApiService

Retrofit API service interface for Blob operations, used for uploading images.

Functions

Link copied to clipboard
@POST(value = "{id}")
abstract suspend fun postImage(@Path(value = "id") id: String, @Body image: RequestBody)