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
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
When making an API call such as df = api.aggregate(log_id, metric="duration", aggregation_function="mean")
the function call returns a result but the underlying call that is being made is not easy to follow.
For debugging purpose it would be helpful in my mind if we allow for a flag such as dev=True, which then returns us the components of the api call such as the header, the body and the endpoint, so that debugging is easier.
The text was updated successfully, but these errors were encountered:
When making an API call such as
df = api.aggregate(log_id, metric="duration", aggregation_function="mean")
the function call returns a result but the underlying call that is being made is not easy to follow.
For debugging purpose it would be helpful in my mind if we allow for a flag such as
dev=True
, which then returns us the components of the api call such as the header, the body and the endpoint, so that debugging is easier.The text was updated successfully, but these errors were encountered: