cloudex v0.1.3 Cloudex

Cloudex takes care of uploading image files or urls to Cloudinary

Summary

Functions

You can start the GenServer that holds the cloudinary api settings by hand using this function.

example

Uploads a (list of) image file(s) and/or url(s) to cloudinary

Functions

start(settings)

Specs

start(settings :: Map.t) :: {:ok, PID.t}

You can start the GenServer that holds the cloudinary api settings by hand using this function.

example

start %{api_key: "key", secret: "s3cr3t", cloud_name: "heaven"}
upload(list)

Specs

upload(list :: String.t) :: [Cloudex.UploadedImage.t]
upload(list :: [String.t]) :: [Cloudex.UploadedImage.t]

Uploads a (list of) image file(s) and/or url(s) to cloudinary