cloudinex v0.6.0 Cloudinex.Helpers View Source
These are helper functions that assist with handling responses and creating requests
Link to this section Summary
Functions
Atomizes an enumerable
Handles any method with !
Handles the response from the form url encoded upload
Handles any normal response
Joins enumerable
Maps context
Maps coordinates
Prepares options for POST upload
Takes parameters and creates signature per Cloudinary docs
Converts Enumerable of tuples to key value map
Link to this section Functions
Atomizes an enumerable
Handles any method with !
Handles the response from the form url encoded upload
Handles any normal response
Joins enumerable
Maps context
Maps coordinates
Prepares options for POST upload
Takes parameters and creates signature per Cloudinary docs
Converts Enumerable of tuples to key value map
%{"first" => "value"} = Cloudinex.Helpers.unify([first: "value"])