app / com.pzpg.ogr.api / RequestManager / uploadImage
uploadImage
suspend fun uploadImage(path:
String
, name:
String
):
String
?
Suspend fun to called from a coroutine to upload image to server
Parameters
path
- path to the image without name
name
- name of the image
Return String universally unique identifier (GUID) of uploaded image or none, when something went wrong
Author Władysław Jakołcewicz