Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03_document.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ""

### The page URLs

- https://slack.dev/python-slack-sdk/
- https://docs.slack.dev/tools/python-slack-sdk/

### Requirements

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Whether you're building a custom app for your team, or integrating a third party
The **Python Slack SDK** allows interaction with:

- `slack_sdk.web`: for calling the [Web API methods][api-methods]
- `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)
- `slack_sdk.signature`: for [verifying incoming requests from the Slack API server](https://api.slack.com/authentication/verifying-requests-from-slack)
- `slack_sdk.socket_mode`: for receiving and sending messages over [Socket Mode](https://api.slack.com/socket-mode) connections
- `slack_sdk.audit_logs`: for utilizing [Audit Logs APIs](https://api.slack.com/admins/audit-logs)
- `slack_sdk.scim`: for utilizing [SCIM APIs](https://api.slack.com/admins/scim)
- `slack_sdk.oauth`: for implementing the [Slack OAuth flow](https://api.slack.com/authentication/oauth-v2)
- `slack_sdk.models`: for constructing [Block Kit](https://api.slack.com/block-kit) UI components using easy-to-use builders
- `slack_sdk.webhook`: for utilizing the [Incoming Webhooks](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/) and [`response_url`s in payloads](https://docs.slack.dev/interactivity/handling-user-interaction/#message_responses)
- `slack_sdk.signature`: for [verifying incoming requests from the Slack API server](https://docs.slack.dev/authentication/verifying-requests-from-slack/)
- `slack_sdk.socket_mode`: for receiving and sending messages over [Socket Mode](https://docs.slack.dev/apis/events-api/using-socket-mode/) connections
- `slack_sdk.audit_logs`: for utilizing [Audit Logs APIs](https://docs.slack.dev/admins/audit-logs-api/)
- `slack_sdk.scim`: for utilizing [SCIM APIs](https://docs.slack.dev/admins/scim-api/)
- `slack_sdk.oauth`: for implementing the [Slack OAuth flow](https://docs.slack.dev/authentication/installing-with-oauth/)
- `slack_sdk.models`: for constructing [Block Kit](https://docs.slack.dev/block-kit/) UI components using easy-to-use builders
- `slack_sdk.rtm`: for utilizing the [RTM API][rtm-docs]

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://docs.slack.dev/tools/python-slack-sdk/installation/).
Expand Down Expand Up @@ -293,9 +293,9 @@ helpful and collaborative way.
<!-- Markdown links -->

[slackclientv1]: https://github.com/slackapi/python-slackclient/tree/v1
[api-methods]: https://api.slack.com/methods
[rtm-docs]: https://api.slack.com/rtm
[events-docs]: https://api.slack.com/events-api
[api-methods]: https://docs.slack.dev/reference/methods
[rtm-docs]: https://docs.slack.dev/legacy/legacy-rtm-api/
[events-docs]: https://docs.slack.dev/apis/events-api/
[bolt-python]: https://github.com/slackapi/bolt-python
[pypi]: https://pypi.org/
[gh-issues]: https://github.com/slackapi/python-slack-sdk/issues
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/audit_logs/async_client.html
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📚 note: All of the docs/reference pages are autogenerated from changes elsewhere. Reviewers might want to ignore these files.

However, within is the cause of the lines changed in this PR from prior changes:

+6,715 −5,499

Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
retry_handlers: Optional[List[AsyncRetryHandler]] = None,
):
&#34;&#34;&#34;API client for Audit Logs API
See https://api.slack.com/admins/audit-logs for more details
See https://docs.slack.dev/admins/audit-logs-api/ for more details

Args:
token: An admin user&#39;s token, which starts with `xoxp-`
Expand Down Expand Up @@ -389,7 +389,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
return resp</code></pre>
</details>
<div class="desc"><p>API client for Audit Logs API
See <a href="https://api.slack.com/admins/audit-logs">https://api.slack.com/admins/audit-logs</a> for more details</p>
See <a href="https://docs.slack.dev/admins/audit-logs-api/">https://docs.slack.dev/admins/audit-logs-api/</a> for more details</p>
<h2 id="args">Args</h2>
<dl>
<dt><strong><code>token</code></strong></dt>
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/audit_logs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs</code></h1>
</header>
<section id="section-intro">
<p>Audit Logs API is a set of APIs for monitoring what’s happening in your Enterprise Grid organization.</p>
<p>Refer to <a href="https://slack.dev/python-slack-sdk/audit-logs/">https://slack.dev/python-slack-sdk/audit-logs/</a> for details.</p>
<p>Refer to <a href="https://docs.slack.dev/tools/python-slack-sdk/audit-logs">https://docs.slack.dev/tools/python-slack-sdk/audit-logs</a> for details.</p>
</section>
<section>
<h2 class="section-title" id="header-submodules">Sub-modules</h2>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
retry_handlers: Optional[List[RetryHandler]] = None,
):
&#34;&#34;&#34;API client for Audit Logs API
See https://api.slack.com/admins/audit-logs for more details
See https://docs.slack.dev/admins/audit-logs-api/ for more details

Args:
token: An admin user&#39;s token, which starts with `xoxp-`
Expand Down Expand Up @@ -402,7 +402,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
return resp</code></pre>
</details>
<div class="desc"><p>API client for Audit Logs API
See <a href="https://api.slack.com/admins/audit-logs">https://api.slack.com/admins/audit-logs</a> for more details</p>
See <a href="https://docs.slack.dev/admins/audit-logs-api/">https://docs.slack.dev/admins/audit-logs-api/</a> for more details</p>
<h2 id="args">Args</h2>
<dl>
<dt><strong><code>token</code></strong></dt>
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/audit_logs/v1/async_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1.async_client</code></h1>
</header>
<section id="section-intro">
<p>Audit Logs API is a set of APIs for monitoring what’s happening in your Enterprise Grid organization.</p>
<p>Refer to <a href="https://slack.dev/python-slack-sdk/audit-logs/">https://slack.dev/python-slack-sdk/audit-logs/</a> for details.</p>
<p>Refer to <a href="https://docs.slack.dev/tools/python-slack-sdk/audit-logs">https://docs.slack.dev/tools/python-slack-sdk/audit-logs</a> for details.</p>
</section>
<section>
</section>
Expand Down Expand Up @@ -89,7 +89,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
retry_handlers: Optional[List[AsyncRetryHandler]] = None,
):
&#34;&#34;&#34;API client for Audit Logs API
See https://api.slack.com/admins/audit-logs for more details
See https://docs.slack.dev/admins/audit-logs-api/ for more details

Args:
token: An admin user&#39;s token, which starts with `xoxp-`
Expand Down Expand Up @@ -391,7 +391,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
return resp</code></pre>
</details>
<div class="desc"><p>API client for Audit Logs API
See <a href="https://api.slack.com/admins/audit-logs">https://api.slack.com/admins/audit-logs</a> for more details</p>
See <a href="https://docs.slack.dev/admins/audit-logs-api/">https://docs.slack.dev/admins/audit-logs-api/</a> for more details</p>
<h2 id="args">Args</h2>
<dl>
<dt><strong><code>token</code></strong></dt>
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/audit_logs/v1/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1.client</code></h1>
</header>
<section id="section-intro">
<p>Audit Logs API is a set of APIs for monitoring what’s happening in your Enterprise Grid organization.</p>
<p>Refer to <a href="https://slack.dev/python-slack-sdk/audit-logs/">https://slack.dev/python-slack-sdk/audit-logs/</a> for details.</p>
<p>Refer to <a href="https://docs.slack.dev/tools/python-slack-sdk/audit-logs">https://docs.slack.dev/tools/python-slack-sdk/audit-logs</a> for details.</p>
</section>
<section>
</section>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
retry_handlers: Optional[List[RetryHandler]] = None,
):
&#34;&#34;&#34;API client for Audit Logs API
See https://api.slack.com/admins/audit-logs for more details
See https://docs.slack.dev/admins/audit-logs-api/ for more details

Args:
token: An admin user&#39;s token, which starts with `xoxp-`
Expand Down Expand Up @@ -391,7 +391,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
return resp</code></pre>
</details>
<div class="desc"><p>API client for Audit Logs API
See <a href="https://api.slack.com/admins/audit-logs">https://api.slack.com/admins/audit-logs</a> for more details</p>
See <a href="https://docs.slack.dev/admins/audit-logs-api/">https://docs.slack.dev/admins/audit-logs-api/</a> for more details</p>
<h2 id="args">Args</h2>
<dl>
<dt><strong><code>token</code></strong></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/audit_logs/v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1</code></h1>
</header>
<section id="section-intro">
<p>Audit Logs API is a set of APIs for monitoring what’s happening in your Enterprise Grid organization.</p>
<p>Refer to <a href="https://slack.dev/python-slack-sdk/audit-logs/">https://slack.dev/python-slack-sdk/audit-logs/</a> for details.</p>
<p>Refer to <a href="https://docs.slack.dev/tools/python-slack-sdk/audit-logs">https://docs.slack.dev/tools/python-slack-sdk/audit-logs</a> for details.</p>
</section>
<section>
<h2 class="section-title" id="header-submodules">Sub-modules</h2>
Expand Down
Loading