postImage

abstract suspend fun postImage(image: File): String

Uploads an image to the server.

Return

The identifier of the uploaded image.

Parameters

image

The File representing the image to be uploaded.