aarondcoleman / Fitbit.NET

Fitbit .NET API Client Library
MIT License
193 stars 138 forks source link

One Day Activity Logs #232

Closed dwaynefitabase closed 6 years ago

dwaynefitabase commented 6 years ago

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.