05-18-2016 04:12
05-18-2016 04:12
Hi, I’d like to add a few years of old manually saved weight entries to my existing Aria data.
I can do this manually using the API Explorer, eg
https://api.fitbit.com/1/user/-/body/log/weight.xml?weight=150&time=12%3A20%3A00&date=2002-05-01
Put this is not practical with a larger volume of data.
Ideally, I’d like to run something on the command line that simply iterates over a CSV, and then does the POST via curl.
Is this feasible, without registering, or writing a full blown app?
Many Thanks, Nigel