(Describe the goal of this PR. Mention any related issue numbers)
- slack_sdk.web.WebClient (sync/async) (Web API client)
- slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
- slack_sdk.models (UI component builders)
- slack_sdk.oauth (OAuth Flow Utilities)
- slack_sdk.socket_mode (Socket Mode client)
- slack_sdk.audit_logs (Audit Logs API client)
- slack_sdk.scim (SCIM API client)
- slack_sdk.rtm (RTM client)
- slack_sdk.signature (Request Signature Verifier)
-
/docs-src(Documents, have you run./docs.sh?) -
/docs-src-v2(Documents, have you run./docs-v2.sh?) -
/tutorial(PythOnBoardingBot tutorial) -
tests/integration_tests(Automated tests for this library)
- I've read and understood the Contributing Guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've run
python setup.py validateafter making the changes.