You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get my heart rate intraday series for a whole year but the API only supports pulling data for 1 day at a time, which hits the call limit (only 150 requests per hour).
I added the rate limit attributes to the Fitbit class in order to track these in #133.
With these I can pull data of 150 days at a time...
The text was updated successfully, but these errors were encountered:
I was trying to get my heart rate intraday series for a whole year but the API only supports pulling data for 1 day at a time, which hits the call limit (only 150 requests per hour).
I added the rate limit attributes to the Fitbit class in order to track these in #133.
With these I can pull data of 150 days at a time...
The text was updated successfully, but these errors were encountered: