pyminder icon indicating copy to clipboard operation
pyminder copied to clipboard

Beeminder library for Python

Results 5 pyminder issues
Sort by recently updated
recently updated
newest added

Hey, I just used pyminder in a small project I made: https://github.com/fergusFettes/beetimer Here is one of the things that I thought of when trying it. But maybe there is a...

I'm trying to update a goal if and only if there is no data for a specific date.

When I run ``` dummy3.stage_rate_change(1, 1586815200, 1586820000) dummy3.commit_road() ``` I get the following output: ``` Exception: API request failed with code 422: {"errors":{"message":"Error parsing params (roadall)"}} ``` Am I using...

Currently it is not obvious to me how to do this using this library I found https://github.com/narthur/pyminder/blob/36a7d6fee22435714dc0777b8301a16b747ab81d/pyminder/beeminder.py#L35 that allows to do this with some subset of parameters. ``` pyminder =...