cloudex v0.1.20 Cloudex

Cloudex takes care of uploading image files or urls to Cloudinary

Summary

Functions

Delete an image

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

delete(item_list)

Delete an image

start(settings)
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, opts \\ %{})
upload(list :: [String.t], %{tags: [String.t]}) :: [Cloudex.UploadedImage.t]

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