class Platforms::Yammer::Api::Streams

The notification stream in Yammer @author Benjamin Elias @since 0.1.0

Public Instance Methods

notifications(options={}) click to toggle source

Get the notifications stream for the current user @param options [Hash] Options for the request @param headers [Hash] Additional headers to send with the request @return [Faraday::Response] the API response @see developer.yammer.com/docs/streamsnotificationsjson

# File lib/platforms/yammer/api/streams.rb, line 14
def notifications options={}, headers={}
  @connection.get "streams/notifications.json", options, headers
end