aki017 / slack-ruby-gem

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

Raise an exception on error in message body. #27

Closed dblock closed 9 years ago

dblock commented 9 years ago

Closes #17. Now all errors are handled the same way, and you don't have to check explicitly.

dblock commented 9 years ago

Bump @aki017.

dblock commented 9 years ago

Been two months, giving up. I've forked pieces of this gem and reimplemented more cleanly separated web and RTM clients in slack-ruby-client. The latter will properly raise exceptions on error.