Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Feature: Get info about API calls from function call #34

Open
timo-at-lanalabs opened this issue Jul 1, 2021 · 0 comments
Open

Feature: Get info about API calls from function call #34

timo-at-lanalabs opened this issue Jul 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@timo-at-lanalabs
Copy link

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.

@timo-at-lanalabs timo-at-lanalabs added the enhancement New feature or request label Jul 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant