aarondcoleman / Fitbit.NET

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

Intraday data endpoint has changed and calling URL needs updating #328

Closed aarondcoleman closed 1 month ago

aarondcoleman commented 1 month ago

The intraday data endpoint used to be this: /1/user/-/activities/steps/date/2024-07-14/1d.json

At some point in time it has changed, the docs now reflect a change to this: /1/user/-/activities/steps/date/2024-07-14/1d/1min.json

Update to the calling URL structure needed to fix breaking change. https://dev.fitbit.com/build/reference/web-api/intraday/get-azm-intraday-by-date/