Hi,
is there a function in the API that converts a hash like this : {name1:value1, name2:value2} into the string : name1=value1&value2=value with properly encoded characters ? this is obviously to construct a URL.
is there a function in the API that converts a hash like this : {name1:value1, name2:value2} into the string : name1=value1&value2=value with properly encoded characters ? this is obviously to construct a URL.