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

See https://github.com/slack-ruby/slack-ruby-client/pull/226#issuecomment-430137235

chore

See https://github.com/slack-ruby/slack-ruby-client/issues/210#issuecomment-416780891, cc: @ioquatix

chore

https://travis-ci.org/slack-ruby/slack-ruby-client/jobs/426123541 Looks like some trivial failures. ``` expected: "error: not_authed\n" got: "Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m\nerror: not_authed\n" ```

confirmed bug
chore

Coming from https://github.com/slack-ruby/slack-ruby-client/issues/210#issuecomment-416109261 _One thing to consider is that you also want APIs like chat_postMessage to be async. For my hack around the other slack gem, I just made a...

new feature

Is there a way to bypass the SSL certificate verification process from the slack ruby client?

new feature

Hi, thanks for making this gem. I'm trying to build a request web app where a user can accept or reject a request from a user within Slack. I've been...

you can help
question

When creating messages with interactive buttons, one of the ways to update the message after someone hits a button is to use make a request to the `response_url`, which is...

question

https://twitter.com/aviflombaum/status/934496804900671489

new feature

This causes transient failures when the echo server is down or overloaded from https://github.com/slack-ruby/slack-ruby-client/blob/master/spec/slack/real_time/concurrency/celluloid_spec.rb#L8. Start a WS echo server locally and talk to it instead. ``` 2) Slack::RealTime::Concurrency::Celluloid::Socket with url...

chore

I have noticed a lot of output responses that could be slightly more helpful. In this case ideally it would be nice to receive the error class or false. It...

new feature