I am looking for an easy way to use the subscription web API . What would you recommend? I am considering using kafka, Can anyone recommend a kafka-connect plug-in for fitbit ?
Kind regards
Andy
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @aedwip
Kafka is an option for collecting the webhook notifications prior to calling the necessary endpoints. When I google searched "kafka fitbit", I see a few code examples. But, I'm not sure they are what you need. If you can't find any code examples, maybe someone in the forums can provide some information to you.
Gordon
Hi Gordon
I have not found a good kafka connector implementation. Basically, I want to use the subscription API to automatically collect fit bit data from several users.
Kind regards
Andy
p.s. I really do not want to write this from scratch if possible
Best Answer