coldbox-modules / snssdk

This SDK allows you to add Amazon SNS capabilities to your ColdFusion (CFML) applications. It is also a ColdBox Module, so if you are using ColdBox, you get auto-registration and much more.
Apache License 2.0
5 stars 3 forks source link

rename urlencode to urlencode2 stop calling inbuild function. Added … #1

Closed isummation closed 6 years ago

isummation commented 6 years ago

urlencode conflict with inbuild function raise error for signature validatiaon. Added two more method for publish on topic and target

elpete commented 6 years ago

Can we rename the urlencode function to snsUrlEncode instead?

isummation commented 6 years ago

or probably _urlEncode to make it more for a global use case?