We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does django-fitbit support getting data from non-time-series API endpoints?
e.g. /foods/log only supports getting data for a single date:
/foods/log
GET https://api.fitbit.com/1/user/28H22H/foods/log/date/2015-09-01.json
More info here: https://dev.fitbit.com/docs/food-logging/#get-food-logs
I've hacked something quickly with a get_fitbit_singleday_data function based on get_fitbit_data - if this is the best way I'll make a PR.
get_fitbit_singleday_data
get_fitbit_data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does django-fitbit support getting data from non-time-series API endpoints?
e.g.
/foods/log
only supports getting data for a single date:More info here: https://dev.fitbit.com/docs/food-logging/#get-food-logs
I've hacked something quickly with a
get_fitbit_singleday_data
function based onget_fitbit_data
- if this is the best way I'll make a PR.The text was updated successfully, but these errors were encountered: