How can I send data to resque_heatmap widget with payload setting. Which one is this widget data? "title", "points", "current", "value", "items" or something else
Thank you,
Example
payload = {'auth_token': 'YOUR_AUTH_TOKEN', 'title': "pythontest"} r = requests.post("http://localhost:3030/widgets/welcome", data=json.dumps(payload))