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
Tandem API methods only support filtering by date. However the sync time range contains a time element, and by default is expressed as (now - 24 hrs, now). When calling most API endpoints, the time is cut off from the datetime object passed to the function and just the raw dates are used to query the API and return results. This ends up fetching twice as much data as is necessary in cases where the API parses dates inclusively.
The text was updated successfully, but these errors were encountered:
Tandem API methods only support filtering by date. However the sync time range contains a time element, and by default is expressed as (now - 24 hrs, now). When calling most API endpoints, the time is cut off from the datetime object passed to the function and just the raw dates are used to query the API and return results. This ends up fetching twice as much data as is necessary in cases where the API parses dates inclusively.
The text was updated successfully, but these errors were encountered: