pub async fn upload_with_default_options(
client: &mut Client,
file_path: PathBuf,
) -> Result<UploadedImage, UploadError>
Expand description
Uploads an image file denoted by file_path
using default options
to
the Uploads.im image upload API.