The Wayback Machine - https://web.archive.org/web/20210124093234/https://github.com/topics/slackapi
Skip to content
#

slackapi

Here are 106 public repositories matching this topic...

seratch
seratch commented Jan 22, 2021

As mentioned at slackapi/bolt-python#219 (comment), there is no way to pass a custom logging.Logger instance to WebClient etc. This is not a specific need for the Bolt issue. We can add logger: Optional[Logger] = None to these classes' constructor to enable developers to use their own loggers. We can update the following classes for this enhancement.

aoberoi
aoberoi commented Dec 7, 2020

Description

It's a best practice to always provide a text argument when posting a message, even though the platform doesn't technically require it when blocks are provided. The text argument is used in places where blocks cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.

In order to help apps adhere to this best practice and

Improve this page

Add a description, image, and links to the slackapi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the slackapi topic, visit your repo's landing page and select "manage topics."

Learn more