stream-ruby icon indicating copy to clipboard operation
stream-ruby copied to clipboard

Ruby Client - Build Activity Feeds & Streams with GetStream.io

Results 2 stream-ruby issues
Sort by recently updated
recently updated
newest added

I'd be wonderful to be able to dispatch errors by class rather than by checking message they pass. Currently: ```ruby when 401 raise StreamApiResponseException, error_message(response, 'Bad feed') when 403 raise...

We need a way to access a user's total unread message count from our Rails backend. The total unread count will be added to a set of other unviewed entities...