Closed hhkaos closed 8 years ago
@anreciomar ? :)
Hi hhkaos, try this cod using the labtest user id:
payload = "{ \"keyid\": \"9224\" }"
headers = { 'content-type': "application/json", 'cache-control': "no-cache"
}
response = requests.request("POST", url, data=payload, headers=headers, verify=False)
print(response.text)
Great :), resolved ^_^
Ahora tengo problemas con el bigdata.py sacado de la documentación:
Any ideas?