MCPcopy Index your code
hub / github.com/slackapi/python-slack-sdk / async_call

Function async_call

integration_tests/samples/issues/issue_714.py:25–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25async def async_call():
26 client = WebClient(
27 token=os.environ["SLACK_API_TOKEN"],
28 proxy="http://localhost:9000",
29 run_async=True,
30 )
31 response = await client.auth_test()
32 logger.info(f"async response: {response}")
33
34
35asyncio.run(async_call())

Callers 1

issue_714.pyFile · 0.85

Calls 2

auth_testMethod · 0.95
WebClientClass · 0.90

Tested by

no test coverage detected