Class: Platforms::Yammer::Api::Streams
- Defined in:
- lib/platforms/yammer/api/streams.rb
Overview
The notification stream in Yammer
Instance Method Summary collapse
-
#notifications(options = {}, headers = {}) ⇒ Faraday::Response
Get the notifications stream for the current user.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Platforms::Yammer::Api::Base
Instance Method Details
#notifications(options = {}, headers = {}) ⇒ Faraday::Response
Get the notifications stream for the current user
14 15 16 |
# File 'lib/platforms/yammer/api/streams.rb', line 14 def notifications ={}, headers={} @connection.get "streams/notifications.json", , headers end |