cloudex v0.1.12 Cloudex.CloudinaryApi behaviour
Defines behaviour of the API implementation of Cloudinary
Summary
Callbacks
Specs
upload({:ok, item :: String.t}, opts :: map) :: {:ok, %Cloudex.UploadedImage{bytes: term, created_at: term, etag: term, format: term, height: term, original_filename: term, public_id: term, resource_type: term, secure_url: term, signature: term, source: term, tags: term, type: term, url: term, version: term, width: term}}
upload(item :: String.t, opts :: map) :: {:ok, %Cloudex.UploadedImage{bytes: term, created_at: term, etag: term, format: term, height: term, original_filename: term, public_id: term, resource_type: term, secure_url: term, signature: term, source: term, tags: term, type: term, url: term, version: term, width: term}}