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 6d070d3 commit bb3a7cfCopy full SHA for bb3a7cf
1 file changed
src/sap_cloud_sdk/extensibility/client.py
@@ -419,7 +419,7 @@ def call_hook(
419
Module.EXTENSIBILITY,
420
Operation.EXTENSIBILITY_CALL_HOOK,
421
)
422
- async def call_hook(
+ async def call_hook_agw(
423
self,
424
hook: Hook,
425
user_token: Optional[str] = None,
@@ -464,7 +464,7 @@ async def call_hook(
464
impl = client.get_extension_capability_implementation(tenant="tenant-abc")
465
466
if impl.hooks:
467
- result = await client.call_hook(
+ result = await client.call_hook_agw(
468
hook=impl.hooks[0],
469
user_token="my-user-token",
470
message=my_message,
0 commit comments