Settings and activity
1 result found
-
9 votes
An error occurred while saving the comment An error occurred while saving the comment Asheesh Laroia commented
In particular, looking at https://www.beeminder.com/api , it seems the boolean value "kyoom" is something I want to set to False.
Asheesh Laroia shared this idea ·
Interestingly, I was able to do this with the API:
>> {'auth_token': '(my auth token here)', 'slug': 'announcees', 'kyoom': 'false'}
>>> requests.put('https://www.beeminder.com/api/v1/users/paulproteus/goals/announcees.json', d)
<Response [200]>