View Source Enux.Utils (enux v1.0.0)

Some useful functions

Link to this section Summary

Functions

raises an error if a key starts with a digit

raises an error if a key contains whitespace

transforms a map into a keyword list

if url_encoded: true is passed as an option to Enux.load, this function will url encode the binary values

Link to this section Functions

raises an error if a key starts with a digit

raises an error if a key contains whitespace

Link to this function

map_to_keyword_list(map, opts)

View Source

transforms a map into a keyword list

Link to this function

url_encode_conditional(value, opts)

View Source

if url_encoded: true is passed as an option to Enux.load, this function will url encode the binary values