I have a few goals where I update by making a POST request to beeminder. I have setup a cron job to trigger it at certain intervals. But ideally I would want to expose a simple authenticated server which can be accessed by beeminder and will be updated on demand as well. This is the way most of the official integrations work. Is something like this possible?
In the data section of the goal settings, I can see the API option
I’m planning to do something similar. I believe the relevant part of the docs is at Beeminder API Reference, section “6. Optional: Autofetch callback”.
That’s right! I wonder if that works without folks registering an application, just using the API. I made probably 5-10 integrations that do the autofetch, but I just registered a new application for each one.