@@ -77,7 +77,7 @@ <h1 class="title">Module <code>slack_sdk.rtm</code></h1>
7777 Default is 30.
7878 base_url (str): The base url for all HTTP requests.
7979 Note: This is only used in the WebClient.
80- Default is "https://www. slack.com/api/".
80+ Default is "https://slack.com/api/".
8181 connect_method (str): An string specifying if the client
8282 will connect with `rtm.connect` or `rtm.start`.
8383 Default is `rtm.connect`.
@@ -619,7 +619,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
619619< dl >
620620< dt id ="slack_sdk.rtm.RTMClient "> < code class ="flex name class ">
621621< span > class < span class ="ident "> RTMClient</ span > </ span >
622- < 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 >
622+ < 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 >
623623</ code > </ dt >
624624< dd >
625625< div class ="desc "> < p > An RTMClient allows apps to communicate with the Slack Platform's RTM API.</ p >
@@ -652,7 +652,7 @@ <h2 id="attributes">Attributes</h2>
652652< dt > < strong > < code > base_url</ code > </ strong > : < code > str</ code > </ dt >
653653< dd > The base url for all HTTP requests.
654654Note: This is only used in the WebClient.
655- Default is "https://www. slack.com/api/".</ dd >
655+ Default is "https://slack.com/api/".</ dd >
656656< dt > < strong > < code > connect_method</ code > </ strong > : < code > str</ code > </ dt >
657657< dd > An string specifying if the client
658658will connect with < code > rtm.connect</ code > or < code > rtm.start</ code > .
@@ -732,7 +732,7 @@ <h2 id="note">Note</h2>
732732 Default is 30.
733733 base_url (str): The base url for all HTTP requests.
734734 Note: This is only used in the WebClient.
735- Default is "https://www. slack.com/api/".
735+ Default is "https://slack.com/api/".
736736 connect_method (str): An string specifying if the client
737737 will connect with `rtm.connect` or `rtm.start`.
738738 Default is `rtm.connect`.
0 commit comments