cloudex v0.1.3 Cloudex.CloudinaryApi.Live
The live API implementation for Cloudinary uploading
Summary
Functions
Converts the json result from cloudinary to a %UploadedImage{} struct
Helper function to enable piping of {:ok, path} tuples into upload
Catches upload called without a string argument
Functions
Converts the json result from cloudinary to a %UploadedImage{} struct
Specs
upload({:ok, item :: String.t}) :: Cloudex.UploadedImage.t
Helper function to enable piping of {:ok, path} tuples into upload
Specs
upload(item :: String.t, opts :: map) :: Cloudex.UploadedImage.t
Catches upload called without a string argument