How am Android app should communicate with Beeminder servers?

I found https://github.com/beeminder/beedroid-api but given that last activity is in 2014 I am not sure whatever I should bother with it.

I know that Android Beeminder app is unlikely to be open sourced in the near future, so I am considering writing my own client.

Also, it seems that way how I use beeminder is quite diverged from needs of a typical user. For example I want an easy ability to set break in the future, and I want to eradicate graph images as for me all of them seem to not be useful (despite that I love graphs for almost everything).

1 Like

Is there a reason you wouldn’t be able to use the standard API? api.beeminder.com

1 Like

I assume that https://github.com/beeminder/beedroid-api is some sort of api wrapper (not investigated so far, readme is not too helpful)

I would recommend using the Beeminder API.

1 Like

I’d recommend going with the API itself, it’s as straightforward and easy to work with as APIs go, no wrappers needed.

1 Like

I created https://github.com/beeminder/beedroid-api/issues/1 requesting to mark this repo as no longer useful.

1 Like