Right now, the ability to pull activity logs for one day is really limited. DateOfActivity should be added to the ActivityLogsList model (mimics Sleep Stages DateOfSleep), FitbitClient should contain a function to pull a single day of activities, and the DateTime properties need to be DateTimeOffset since Fitbit returns the offset with the response.
Right now, the ability to pull activity logs for one day is really limited.
DateOfActivityshould be added to theActivityLogsListmodel (mimics Sleep StagesDateOfSleep),FitbitClientshould contain a function to pull a single day of activities, and theDateTimeproperties need to beDateTimeOffsetsince Fitbit returns the offset with the response.