Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Channels start with `C` AFAIK, but I could be wrong. I would reproduce this with a minimal piece of code and send it to slack's support to see what they...
But when you try it you put a real channel number/name in there? Cause it doesn't work without a correct channel name and that's what the error is.
I went the other way in #224 and used a thread everywhere. From here we can do what this issue suggests and make the changes for all async implementations not...
I am almost 100% sure this is an API problem, but I could be wrong. Maybe replicate it with `curl` and open a ticket with Slack and close this issue...
If you/someone wants to investigate, find out what brings picky in, we don't have any direct dependencies on it.
Gladly will take PRs.
Please contribute!
3. Return `response` in https://github.com/slack-ruby/slack-ruby-client/blob/ebf98319cf9d89ad4e75dbca0ae8ecf94a855aa3/lib/slack/web/faraday/request.rb#L36, which is private, and change all methods above to do, for example, `request(:get, path, options).body`. Make `request` public and invoke it to get headers. 4....
Want to try to implement 5?
Thinking about this more, maybe we should (also) add `client.oauth_scopes` that invokes the auth test api and returns the result from the header. Another alternative would be to supply an...