slack-ruby-client icon indicating copy to clipboard operation
slack-ruby-client copied to clipboard

A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.

Results 94 slack-ruby-client issues
Sort by recently updated
recently updated
newest added

https://github.com/slack-ruby/slack-ruby-client/actions/runs/15227752796/job/42831873724

you can help
bug?

SlackError contains `env.response`, including request headers and `SLACK_API_TOKEN` https://github.com/slack-ruby/slack-ruby-client/blob/f2423d46e86f655444c2e2d4e51e0eff285a5ecf/lib/slack/web/faraday/response/raise_error.rb#L19 This can be a foot gun as the token can be accidentally leaked by e.g. logging the error `puts err.inspect`. Maybe...

bug?

Update API from [slack-api-ref](https://github.com/slack-ruby/slack-api-ref). Rev: 3275786 Date: 2025-12-08

I was attempting to send `markdown_text` [ref](https://github.com/slack-ruby/slack-api-ref/blob/f6f4383d330a27c939ee67e4eca5bf4c73c39d6e/methods/chat/chat.postMessage.json#L59-L64) to the `chat_postMessage` but am encountering some issues. The reference docs indicate that when passing `markdown_text`, `text` should be omitted: > Accepts message...

bug?