slack-ruby-client
slack-ruby-client copied to clipboard
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
See https://github.com/slack-ruby/slack-ruby-client/pull/226#issuecomment-430137235
See https://github.com/slack-ruby/slack-ruby-client/issues/210#issuecomment-416780891, cc: @ioquatix
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" ```
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...
Is there a way to bypass the SSL certificate verification process from the slack ruby client?
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...
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...
https://twitter.com/aviflombaum/status/934496804900671489
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...
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...