Aaron Coleman
Aaron Coleman
While it might not be a priority or feasible for this project adding in non-async versions of each call would allow us in the Fitbit.NET library (https://github.com/aarondcoleman/Fitbit.NET) to replace all...
Hot off the presses: https://dev.fitbit.com/docs/sleep/#version-1-2 Would be great to get this endpoint implemented! Needs: 1) JSON example 2) Unit Tests 3) FitbitClient method & parser.
It's an edge case, but calling dates that are in the future (we might do this uncertain of a timezone) result in a parse error here: https://github.com/aarondcoleman/Fitbit.NET/blob/async-portable/Fitbit.Portable/JsonDotNetSerializerExtensions.cs#L148 I'd prefer a...
https://community.fitbit.com/t5/Web-API/OAuth-2-0-expiresIn-value/m-p/1461298/highlight/true#M5862
They're turning on a new endpoint, should test this against their example data and incorporate in the async-portable branch: https://community.fitbit.com/t5/Web-API/Breaking-change-to-Get-Activity-Logs-List/m-p/1277033#M5120
Since the current version stores all errors in a single partition, as the row count grows, performance starts to deteriorate. A better solution would be to try to minimize the...
Small update / cleanup to parity of most recent sleep endpoints.