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

Based on advise from https://github.com/slack-ruby/slack-ruby-bot/issues/97 I have tested the hi_web example from behind my corporate firewall and it works without issue. However the hi_real_time example does not, even when altered...

bug?
realtime api

Since [Real Time Messaging API](https://api.slack.com/rtm) is not usable in new Slack apps, will the [Socket Mode](https://api.slack.com/apis/connections/socket-implement#call) be supported in the future?

new feature

Been trying to upload a xlsx file but the end result in slack is not what I expected. Here is my code, almost the same as the one in the...

bug?

Ruby 2.1 has required keyword arguments, that could clean up a lot manual checking for existence of a key in options. Would you consider requiring Ruby 2.1 ? I'd say...

new feature
question

Need to relax the test a bit to allow for deprecations, and fix the deprecations. https://github.com/slack-ruby/slack-ruby-client/runs/6746428976?check_suite_focus=true ``` 1) Slack globals requires --slack-api-token Failure/Error: expect(err).to( start_with( 'error: parse error: Set Slack...

confirmed bug

When debugging, I sometimes want to see the request body. I don't know if other people feel the same way. If you don't need it, please feel free to close...

When a channel name is given for a `channel` parameter, rather than a channel ID, we are [using `channels.list`](https://github.com/slack-ruby/slack-ruby-client/blob/018dcfdea5a4bfb63310ac16e0dfceb1827816f4/lib/slack/web/api/mixins/channels.id.rb#L19) to look up the ID of the channel and then using...

bug?

See https://api.slack.com/changelog/2021-08-changes-to-unfurls. The chat.unfurl endpoint now allows for using either `unfurl_id` and `source` _or_ `channel` and `ts`.

new feature

Noticed this deprecation warning on picky which I've loaded to use the `search` function. ``` /Users/user/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/picky-4.31.3/lib/picky/index.rb:128: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead (__FORWARDING__):1: warning:...

bug?