We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb0f53 commit 4b8a6f6Copy full SHA for 4b8a6f6
codeflash/api/cfapi.py
@@ -41,6 +41,7 @@ def make_cfapi_request(
41
:return: The response object from the API.
42
"""
43
url = f"{CFAPI_BASE_URL}/cfapi{endpoint}"
44
+ logger.info(f"Making {method} request to {url}")
45
cfapi_headers = {"Authorization": f"Bearer {get_codeflash_api_key()}"}
46
if extra_headers:
47
cfapi_headers.update(extra_headers)
0 commit comments