@@ -53,7 +53,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_base_client</code></h1>
53
53
54
54
55
55
class AsyncBaseClient:
56
- BASE_URL = "https://www. slack.com/api/"
56
+ BASE_URL = "https://slack.com/api/"
57
57
58
58
def __init__(
59
59
self,
@@ -76,7 +76,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_base_client</code></h1>
76
76
"""A string specifying an `xoxp-*` or `xoxb-*` token."""
77
77
self.base_url = base_url
78
78
"""A string representing the Slack API base URL.
79
- Default is `'https://www. slack.com/api/'`."""
79
+ Default is `'https://slack.com/api/'`."""
80
80
self.timeout = timeout
81
81
"""The maximum number of seconds the client will wait
82
82
to connect and receive a response from Slack.
@@ -281,7 +281,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
281
281
< dl >
282
282
< dt id ="slack_sdk.web.async_base_client.AsyncBaseClient "> < code class ="flex name class ">
283
283
< span > class < span class ="ident "> AsyncBaseClient</ span > </ span >
284
- < 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 >
284
+ < 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 >
285
285
</ code > </ dt >
286
286
< dd >
287
287
< div class ="desc "> </ div >
@@ -290,7 +290,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
290
290
< span > Expand source code</ span >
291
291
</ summary >
292
292
< pre > < code class ="python "> class AsyncBaseClient:
293
- BASE_URL = "https://www. slack.com/api/"
293
+ BASE_URL = "https://slack.com/api/"
294
294
295
295
def __init__(
296
296
self,
@@ -313,7 +313,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
313
313
"""A string specifying an `xoxp-*` or `xoxb-*` token."""
314
314
self.base_url = base_url
315
315
"""A string representing the Slack API base URL.
316
- Default is `'https://www. slack.com/api/'`."""
316
+ Default is `'https://slack.com/api/'`."""
317
317
self.timeout = timeout
318
318
"""The maximum number of seconds the client will wait
319
319
to connect and receive a response from Slack.
@@ -522,7 +522,7 @@ <h3>Instance variables</h3>
522
522
< dt id ="slack_sdk.web.async_base_client.AsyncBaseClient.base_url "> < code class ="name "> var < span class ="ident "> base_url</ span > </ code > </ dt >
523
523
< dd >
524
524
< div class ="desc "> < p > A string representing the Slack API base URL.
525
- Default is < code > 'https://www. slack.com/api/'</ code > .</ p > </ div >
525
+ Default is < code > 'https://slack.com/api/'</ code > .</ p > </ div >
526
526
</ dd >
527
527
< dt id ="slack_sdk.web.async_base_client.AsyncBaseClient.headers "> < code class ="name "> var < span class ="ident "> headers</ span > </ code > </ dt >
528
528
< dd >
0 commit comments