I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-06-14 10:57:00 +00:00
parent 4933e0106c
commit 374d5bd238
10 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ def _get_kwargs(
*,
client: Client,
) -> Dict[str, Any]:
url = "{}/api-call-metrics".format(client.base_url, group_by=group_by)
url = "{}/api-call-metrics?group_by={group_by}".format(client.base_url, group_by=group_by)
headers: Dict[str, Any] = client.get_headers()
cookies: Dict[str, Any] = client.get_cookies()