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

Function main

integration_tests/samples/scim/search_groups_async.py:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12async def main():
13 response = await client.search_groups(start_index=1, count=2)
14 print("-----------------------")
15 print(response.groups)
16
17
18asyncio.run(main())

Callers 1

Calls 1

search_groupsMethod · 0.45

Tested by

no test coverage detected