Module slack_sdk.web
The Slack Web API allows you to build applications that interact with Slack in more complex ways than the integrations we provide out of the box.
Expand source code
"""The Slack Web API allows you to build applications that interact with Slack
in more complex ways than the integrations we provide out of the box."""
from .client import WebClient # noqa
from .slack_response import SlackResponse # noqa
Sub-modules
slack_sdk.web.async_base_client
slack_sdk.web.async_client
-
A Python module for interacting with Slack's Web API.
slack_sdk.web.async_internal_utils
slack_sdk.web.async_slack_response
-
A Python module for interacting and consuming responses from Slack.
slack_sdk.web.base_client
-
A Python module for interacting with Slack's Web API.
slack_sdk.web.client
-
A Python module for interacting with Slack's Web API.
slack_sdk.web.deprecation
slack_sdk.web.internal_utils
slack_sdk.web.legacy_base_client
-
A Python module for interacting with Slack's Web API.
slack_sdk.web.legacy_client
slack_sdk.web.legacy_slack_response
-
A Python module for interacting and consuming responses from Slack.
slack_sdk.web.slack_response
-
A Python module for interacting and consuming responses from Slack.