aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

Keep `rtm.start` response as a part of `RealTime::Client` instance. #37

Closed query-string closed 7 years ago

query-string commented 9 years ago

Since it has a bunch of useful information alongside with url (such as an API user data, team info, channels list etc).

https://api.slack.com/methods/rtm.start

dblock commented 9 years ago

@query-string I had some PRs sitting here for two months, so forked pieces of this gem and reimplemented more cleanly separated web and RTM clients in slack-ruby-client. I made sure to do this one properly, results from rtm.start are accessible.

query-string commented 9 years ago

Wow, nice one @dblock :+1: