Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
cviedmai edited this page Jan 14, 2011 · 3 revisions

Methods:

login

  • email
  • password

submit_food_log

get_unit_id_for_unit

get_food_items

get_eaten_calories

get_data

  • Date (default today)

get_aggregated_data
Gets data for all the types (steps, food, etc) for each one of the days.

  • Start_date (default today)
  • End_date (default today)

get_avg_data
Gets the average data for each type (steps, food, etc) for the time range.

  • Start_date (default today)
  • End_date (default today)

get_steps_data

  • Date (default today)

get_calorie_data

  • Date (default today)

get_activity_score_data

  • Date (default today)

get_graph_data

  • Date (default today)

get_fitbit_date_format

  • Date

Data types:

Data hash:

  • calories: Integer
  • steps: Intger
  • miles_walked: Float
  • sedentary_active: String
  • lightly_active: String
  • fairly_active: String
  • very_active: String
Clone this wiki locally