Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
This code is generated from a template, so make a change in that and re-run an update. One giant PR will do.
Slack documents them here: https://api.slack.com/events. Maybe the README could use a link?
The internal event handling was refactored on HEAD, I've edited this issue to describe what I really want out of it (aka implement the missing event handlers in the default...
> Hi, I would like to work on this issue. Please do! Looking forward for PRs.
Started working on this in https://github.com/dblock/slack-ruby-client/tree/web-api-types, it currently generates types. The next step is to tie that together into the web API, so `channels.info` for example returns a Channel object...
For testing I feel like webmock does a better job. For real-time support it's trickier. Maybe writing an echo server that can run locally?
Without seeing the code a lot of things could be wrong. Does it reach your server? I would write a spec for your callback ala https://github.com/dblock/slack-market/blob/master/spec/api/endpoints/slack_endpoint_spec.rb to begin with.
> What's preventing an upgrade to a more recent async-websocket? I tried a while ago and it didn't just work out of the box. Would love a PR. See #282
Have you opened a ticket with Slack on this? Looks like there's a notification with a timestamp and another one without, I am going to vote that this is as...
Yeah sorry I don't work for Slack. Reproducing it sounds like a good step forward.