Skip to content

Commit 1f0a844

Browse files
authored
Update README to have more links to the official documents
1 parent f9d52a4 commit 1f0a844

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Whether you're building a custom app for your team, or integrating a third party
1414

1515
The **Python Slack SDK** allows interaction with:
1616

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)
2020
- `slack_sdk.socket_mode`: for receiving and sending messages over [Socket Mode](https://api.slack.com/socket-mode) connections
2121
- `slack_sdk.audit_logs`: for utilizing [Audit Logs APIs](https://api.slack.com/admins/audit-logs)
2222
- `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
2525
- `slack_sdk.rtm`: for utilizing the [RTM API][rtm-docs]
2626

2727
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

Comments
 (0)