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.
Hello everyone! Is there any example code about wow to send message as Incoming Webhook? Thanks!
Resolves #378 This adds an optional response middleware to the Web client. When used the middleware pulls the OAuth scopes from the response header `x-oauth-scopes` and puts them on the...
The response headers in Slack's Web API contain information that is sometimes useful. For example `x-oauth-scopes` is a list of scopes that the token has. This is the only way...
It seems that new legacy tokens can't be generated any more, as described [here](https://github.com/slack-ruby/slack-ruby-client/tree/ebf98319cf9d89ad4e75dbca0ae8ecf94a855aa3#using-the-legacy-api-token). Am I correctly interpreting this message from [this page] (https://api.slack.com/legacy/custom-integrations/legacy-tokens#token-mgmt)? 
Starting at 2021/05/05 05:30 UTC, Slack client no longer correctly displays previews of images when filename is not specified via slack-ruby-client gem. | Expectation | Reality | | --- |...
`Hashie` has generally been noted as having lackluster performance, large memory overhead, and results in a few pitfalls. For instance, see https://www.schneems.com/2014/12/15/hashie-considered-harmful.html. OpenStruct objects can provide much of the same...
I used to be able to connect to Slack's websocket via a proxy, but with the new code it doesn't connect at all. ``` I, [2021-02-26T16:37:28.739948 #32529] INFO -- request:...
https://github.com/dblock/slack-ruby-client/pull/15 https://github.com/boazsegev/GReactor
https://github.com/slack-ruby/slack-ruby-client/blob/6b559c34b22d18910f6ec950c6e2cc2e40239d2a/lib/slack/web/api/endpoints/files.rb#L75-L79 Just looks like the wrapper code was not applied. Or am I missing something?
Add an option to automatically recover messages sent during the time has been auto disconnected from slack.