Skip to content

Commit

Permalink
version 3.28.0 (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored Jun 10, 2024
1 parent abdfc87 commit 41cbaa4
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 60 deletions.
6 changes: 3 additions & 3 deletions docs/api-docs/slack_sdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.WebClient"><code class="flex name class">
<span>class <span class="ident">WebClient</span></span>
<span>(</span><span>token: Optional[str] = None, base_url: str = 'https://www.slack.com/api/', timeout: int = 30, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, headers: Optional[dict] = None, user_agent_prefix: Optional[str] = None, user_agent_suffix: Optional[str] = None, team_id: Optional[str] = None, logger: Optional[logging.Logger] = None, retry_handlers: Optional[List[<a title="slack_sdk.http_retry.handler.RetryHandler" href="http_retry/handler.html#slack_sdk.http_retry.handler.RetryHandler">RetryHandler</a>]] = None)</span>
<span>(</span><span>token: Optional[str] = None, base_url: str = 'https://slack.com/api/', timeout: int = 30, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, headers: Optional[dict] = None, user_agent_prefix: Optional[str] = None, user_agent_suffix: Optional[str] = None, team_id: Optional[str] = None, logger: Optional[logging.Logger] = None, retry_handlers: Optional[List[<a title="slack_sdk.http_retry.handler.RetryHandler" href="http_retry/handler.html#slack_sdk.http_retry.handler.RetryHandler">RetryHandler</a>]] = None)</span>
</code></dt>
<dd>
<div class="desc"><p>A WebClient allows apps to communicate with the Slack Platform's Web API.</p>
Expand All @@ -212,7 +212,7 @@ <h2 id="attributes">Attributes</h2>
<dd>A string specifying an <code>xoxp-*</code> or <code>xoxb-*</code> token.</dd>
<dt><strong><code>base_url</code></strong> :&ensp;<code>str</code></dt>
<dd>A string representing the Slack API base URL.
Default is <code>'https://www.slack.com/api/'</code></dd>
Default is <code>'https://slack.com/api/'</code></dd>
<dt><strong><code>timeout</code></strong> :&ensp;<code>int</code></dt>
<dd>The maximum number of seconds the client will wait
to connect and receive a response from Slack.
Expand Down Expand Up @@ -276,7 +276,7 @@ <h2 id="note">Note</h2>
Attributes:
token (str): A string specifying an `xoxp-*` or `xoxb-*` token.
base_url (str): A string representing the Slack API base URL.
Default is `&#39;https://www.slack.com/api/&#39;`
Default is `&#39;https://slack.com/api/&#39;`
timeout (int): The maximum number of seconds the client will wait
to connect and receive a response from Slack.
Default is 30 seconds.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.oauth.installation_store.file.FileInstallationStore"><code class="flex name class">
<span>class <span class="ident">FileInstallationStore</span></span>
<span>(</span><span>*, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
<span>(</span><span>*, base_dir: str = '/Users/wbergamin/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
</code></dt>
<dd>
<div class="desc"><p>The installation store interface.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h3>Methods</h3>
</dd>
<dt id="slack_sdk.oauth.installation_store.FileInstallationStore"><code class="flex name class">
<span>class <span class="ident">FileInstallationStore</span></span>
<span>(</span><span>*, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
<span>(</span><span>*, base_dir: str = '/Users/wbergamin/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
</code></dt>
<dd>
<div class="desc"><p>The installation store interface.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/slack_sdk/oauth/state_store/file/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.oauth.state_store.file.FileOAuthStateStore"><code class="flex name class">
<span>class <span class="ident">FileOAuthStateStore</span></span>
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/wbergamin/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/slack_sdk/oauth/state_store/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.oauth.state_store.FileOAuthStateStore"><code class="flex name class">
<span>class <span class="ident">FileOAuthStateStore</span></span>
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/wbergamin/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
8 changes: 4 additions & 4 deletions docs/api-docs/slack_sdk/rtm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="title">Module <code>slack_sdk.rtm</code></h1>
Default is 30.
base_url (str): The base url for all HTTP requests.
Note: This is only used in the WebClient.
Default is &#34;https://www.slack.com/api/&#34;.
Default is &#34;https://slack.com/api/&#34;.
connect_method (str): An string specifying if the client
will connect with `rtm.connect` or `rtm.start`.
Default is `rtm.connect`.
Expand Down Expand Up @@ -619,7 +619,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.rtm.RTMClient"><code class="flex name class">
<span>class <span class="ident">RTMClient</span></span>
<span>(</span><span>*, token: str, run_async: Optional[bool] = False, auto_reconnect: Optional[bool] = True, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, timeout: Optional[int] = 30, base_url: Optional[str] = 'https://www.slack.com/api/', connect_method: Optional[str] = None, ping_interval: Optional[int] = 30, loop: Optional[asyncio.events.AbstractEventLoop] = None, headers: Optional[dict] = {})</span>
<span>(</span><span>*, token: str, run_async: Optional[bool] = False, auto_reconnect: Optional[bool] = True, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, timeout: Optional[int] = 30, base_url: Optional[str] = 'https://slack.com/api/', connect_method: Optional[str] = None, ping_interval: Optional[int] = 30, loop: Optional[asyncio.events.AbstractEventLoop] = None, headers: Optional[dict] = {})</span>
</code></dt>
<dd>
<div class="desc"><p>An RTMClient allows apps to communicate with the Slack Platform's RTM API.</p>
Expand Down Expand Up @@ -652,7 +652,7 @@ <h2 id="attributes">Attributes</h2>
<dt><strong><code>base_url</code></strong> :&ensp;<code>str</code></dt>
<dd>The base url for all HTTP requests.
Note: This is only used in the WebClient.
Default is "https://www.slack.com/api/".</dd>
Default is "https://slack.com/api/".</dd>
<dt><strong><code>connect_method</code></strong> :&ensp;<code>str</code></dt>
<dd>An string specifying if the client
will connect with <code>rtm.connect</code> or <code>rtm.start</code>.
Expand Down Expand Up @@ -732,7 +732,7 @@ <h2 id="note">Note</h2>
Default is 30.
base_url (str): The base url for all HTTP requests.
Note: This is only used in the WebClient.
Default is &#34;https://www.slack.com/api/&#34;.
Default is &#34;https://slack.com/api/&#34;.
connect_method (str): An string specifying if the client
will connect with `rtm.connect` or `rtm.start`.
Default is `rtm.connect`.
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/slack_sdk/rtm/v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.rtm.v2.RTMClient"><code class="flex name class">
<span>class <span class="ident">RTMClient</span></span>
<span>(</span><span>*, token: Optional[str] = None, web_client: Optional[<a title="slack_sdk.web.client.WebClient" href="../../web/client.html#slack_sdk.web.client.WebClient">WebClient</a>] = None, auto_reconnect_enabled: bool = True, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, timeout: int = 30, base_url: str = 'https://www.slack.com/api/', headers: Optional[dict] = None, ping_interval: int = 5, concurrency: int = 10, logger: Optional[logging.Logger] = None, on_message_listeners: Optional[List[Callable[[str], None]]] = None, on_error_listeners: Optional[List[Callable[[Exception], None]]] = None, on_close_listeners: Optional[List[Callable[[int, Optional[str]], None]]] = None, trace_enabled: bool = False, all_message_trace_enabled: bool = False, ping_pong_trace_enabled: bool = False)</span>
<span>(</span><span>*, token: Optional[str] = None, web_client: Optional[<a title="slack_sdk.web.client.WebClient" href="../../web/client.html#slack_sdk.web.client.WebClient">WebClient</a>] = None, auto_reconnect_enabled: bool = True, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, timeout: int = 30, base_url: str = 'https://slack.com/api/', headers: Optional[dict] = None, ping_interval: int = 5, concurrency: int = 10, logger: Optional[logging.Logger] = None, on_message_listeners: Optional[List[Callable[[str], None]]] = None, on_error_listeners: Optional[List[Callable[[Exception], None]]] = None, on_close_listeners: Optional[List[Callable[[int, Optional[str]], None]]] = None, trace_enabled: bool = False, all_message_trace_enabled: bool = False, ping_pong_trace_enabled: bool = False)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/slack_sdk/rtm_v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.rtm_v2.RTMClient"><code class="flex name class">
<span>class <span class="ident">RTMClient</span></span>
<span>(</span><span>*, token: Optional[str] = None, web_client: Optional[<a title="slack_sdk.web.client.WebClient" href="../web/client.html#slack_sdk.web.client.WebClient">WebClient</a>] = None, auto_reconnect_enabled: bool = True, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, timeout: int = 30, base_url: str = 'https://www.slack.com/api/', headers: Optional[dict] = None, ping_interval: int = 5, concurrency: int = 10, logger: Optional[logging.Logger] = None, on_message_listeners: Optional[List[Callable[[str], None]]] = None, on_error_listeners: Optional[List[Callable[[Exception], None]]] = None, on_close_listeners: Optional[List[Callable[[int, Optional[str]], None]]] = None, trace_enabled: bool = False, all_message_trace_enabled: bool = False, ping_pong_trace_enabled: bool = False)</span>
<span>(</span><span>*, token: Optional[str] = None, web_client: Optional[<a title="slack_sdk.web.client.WebClient" href="../web/client.html#slack_sdk.web.client.WebClient">WebClient</a>] = None, auto_reconnect_enabled: bool = True, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, timeout: int = 30, base_url: str = 'https://slack.com/api/', headers: Optional[dict] = None, ping_interval: int = 5, concurrency: int = 10, logger: Optional[logging.Logger] = None, on_message_listeners: Optional[List[Callable[[str], None]]] = None, on_error_listeners: Optional[List[Callable[[Exception], None]]] = None, on_close_listeners: Optional[List[Callable[[int, Optional[str]], None]]] = None, trace_enabled: bool = False, all_message_trace_enabled: bool = False, ping_pong_trace_enabled: bool = False)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/api-docs/slack_sdk/socket_mode/aiohttp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h1 class="title">Module <code>slack_sdk.socket_mode.aiohttp</code></h1>
f&#34;session_id: {session_id}, &#34;
f&#34;closed: {self.closed}, &#34;
f&#34;stale: {self.stale}, &#34;
f&#34;current_session.closed: {self.current_session.closed}, &#34;
f&#34;current_session.closed: {self.current_session and self.current_session.closed}, &#34;
f&#34;is_ping_pong_failing: {is_ping_pong_failing}&#34;
&#34;)&#34;
)
Expand Down Expand Up @@ -842,7 +842,7 @@ <h2 id="args">Args</h2>
f&#34;session_id: {session_id}, &#34;
f&#34;closed: {self.closed}, &#34;
f&#34;stale: {self.stale}, &#34;
f&#34;current_session.closed: {self.current_session.closed}, &#34;
f&#34;current_session.closed: {self.current_session and self.current_session.closed}, &#34;
f&#34;is_ping_pong_failing: {is_ping_pong_failing}&#34;
&#34;)&#34;
)
Expand Down Expand Up @@ -1228,7 +1228,7 @@ <h3>Methods</h3>
f&#34;session_id: {session_id}, &#34;
f&#34;closed: {self.closed}, &#34;
f&#34;stale: {self.stale}, &#34;
f&#34;current_session.closed: {self.current_session.closed}, &#34;
f&#34;current_session.closed: {self.current_session and self.current_session.closed}, &#34;
f&#34;is_ping_pong_failing: {is_ping_pong_failing}&#34;
&#34;)&#34;
)
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/slack_sdk/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="title">Module <code>slack_sdk.version</code></h1>
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34;Check the latest version at https://pypi.org/project/slack-sdk/&#34;&#34;&#34;
__version__ = &#34;3.27.2&#34;</code></pre>
__version__ = &#34;3.28.0&#34;</code></pre>
</details>
</section>
<section>
Expand Down
12 changes: 6 additions & 6 deletions docs/api-docs/slack_sdk/web/async_base_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_base_client</code></h1>


class AsyncBaseClient:
BASE_URL = &#34;https://www.slack.com/api/&#34;
BASE_URL = &#34;https://slack.com/api/&#34;

def __init__(
self,
Expand All @@ -76,7 +76,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_base_client</code></h1>
&#34;&#34;&#34;A string specifying an `xoxp-*` or `xoxb-*` token.&#34;&#34;&#34;
self.base_url = base_url
&#34;&#34;&#34;A string representing the Slack API base URL.
Default is `&#39;https://www.slack.com/api/&#39;`.&#34;&#34;&#34;
Default is `&#39;https://slack.com/api/&#39;`.&#34;&#34;&#34;
self.timeout = timeout
&#34;&#34;&#34;The maximum number of seconds the client will wait
to connect and receive a response from Slack.
Expand Down Expand Up @@ -281,7 +281,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="slack_sdk.web.async_base_client.AsyncBaseClient"><code class="flex name class">
<span>class <span class="ident">AsyncBaseClient</span></span>
<span>(</span><span>token: Optional[str] = None, base_url: str = 'https://www.slack.com/api/', timeout: int = 30, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, session: Optional[aiohttp.client.ClientSession] = None, trust_env_in_session: bool = False, headers: Optional[dict] = None, user_agent_prefix: Optional[str] = None, user_agent_suffix: Optional[str] = None, team_id: Optional[str] = None, logger: Optional[logging.Logger] = None, retry_handlers: Optional[List[slack_sdk.http_retry.async_handler.AsyncRetryHandler]] = None)</span>
<span>(</span><span>token: Optional[str] = None, base_url: str = 'https://slack.com/api/', timeout: int = 30, ssl: Optional[ssl.SSLContext] = None, proxy: Optional[str] = None, session: Optional[aiohttp.client.ClientSession] = None, trust_env_in_session: bool = False, headers: Optional[dict] = None, user_agent_prefix: Optional[str] = None, user_agent_suffix: Optional[str] = None, team_id: Optional[str] = None, logger: Optional[logging.Logger] = None, retry_handlers: Optional[List[slack_sdk.http_retry.async_handler.AsyncRetryHandler]] = None)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand All @@ -290,7 +290,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<span>Expand source code</span>
</summary>
<pre><code class="python">class AsyncBaseClient:
BASE_URL = &#34;https://www.slack.com/api/&#34;
BASE_URL = &#34;https://slack.com/api/&#34;

def __init__(
self,
Expand All @@ -313,7 +313,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
&#34;&#34;&#34;A string specifying an `xoxp-*` or `xoxb-*` token.&#34;&#34;&#34;
self.base_url = base_url
&#34;&#34;&#34;A string representing the Slack API base URL.
Default is `&#39;https://www.slack.com/api/&#39;`.&#34;&#34;&#34;
Default is `&#39;https://slack.com/api/&#39;`.&#34;&#34;&#34;
self.timeout = timeout
&#34;&#34;&#34;The maximum number of seconds the client will wait
to connect and receive a response from Slack.
Expand Down Expand Up @@ -522,7 +522,7 @@ <h3>Instance variables</h3>
<dt id="slack_sdk.web.async_base_client.AsyncBaseClient.base_url"><code class="name">var <span class="ident">base_url</span></code></dt>
<dd>
<div class="desc"><p>A string representing the Slack API base URL.
Default is <code>'https://www.slack.com/api/'</code>.</p></div>
Default is <code>'https://slack.com/api/'</code>.</p></div>
</dd>
<dt id="slack_sdk.web.async_base_client.AsyncBaseClient.headers"><code class="name">var <span class="ident">headers</span></code></dt>
<dd>
Expand Down
Loading

0 comments on commit 41cbaa4

Please sign in to comment.