You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ Whether you're building a custom app for your team, or integrating a third party
14
14
15
15
The **Python Slack SDK** allows interaction with:
16
16
17
-
-`slack_sdk.web`: for calling the Slack Web API methods ([API Docs site][api-methods])
18
-
-`slack_sdk.webhook`: for utilizing the Incoming Webhooks and `response_url`s in payloads
19
-
-`slack_sdk.signature`: for verifying incoming requests from the Slack API server
17
+
-`slack_sdk.web`: for calling the [Web API methods][api-methods]
18
+
-`slack_sdk.webhook`: for utilizing the [Incoming Webhooks](https://api.slack.com/messaging/webhooks) and [`response_url`s in payloads](https://api.slack.com/interactivity/handling#message_responses)
19
+
-`slack_sdk.signature`: for [verifying incoming requests from the Slack API server](https://api.slack.com/authentication/verifying-requests-from-slack)
20
20
-`slack_sdk.socket_mode`: for receiving and sending messages over [Socket Mode](https://api.slack.com/socket-mode) connections
21
21
-`slack_sdk.audit_logs`: for utilizing [Audit Logs APIs](https://api.slack.com/admins/audit-logs)
22
22
-`slack_sdk.scim`: for utilizing [SCIM APIs](https://api.slack.com/admins/scim)
23
-
-`slack_sdk.oauth`: for implementing the Slack OAuth flow
24
-
-`slack_sdk.models`: for constructing UI components using easy-to-use builders
23
+
-`slack_sdk.oauth`: for implementing the [Slack OAuth flow](https://api.slack.com/authentication/oauth-v2)
24
+
-`slack_sdk.models`: for constructing [Block Kit](https://api.slack.com/block-kit)UI components using easy-to-use builders
25
25
-`slack_sdk.rtm`: for utilizing the [RTM API][rtm-docs]
26
26
27
27
If you want to use our [Events API][events-docs] and Interactivity features, please check the [Bolt for Python][bolt-python] library. Details on the Tokens and Authentication can be found in our [Auth Guide](https://slack.dev/python-slack-sdk/installation/).
0 commit comments