hi all I need is to encode a string that is in json format
in python is something like this:
def queue(self, url, api_user, api_pass, api_version):
args = urllib.urlencode({'cmd': 'api_queue_sms', 'username': api_user, 'password': api_p...
asked by
03.04.2017 / 17:47