lib/yammer/api/notification.rb in yammer-client-0.1.2 vs lib/yammer/api/notification.rb in yammer-client-0.1.3
- old
+ new
@@ -5,10 +5,10 @@
# @see https://developer.yammer.com/restapi/#rest-search
# @api_path /api/v1/streams/notifications
# @rate_limited Yes
# @authentication authenticated user context
# @raise [Yammer::Error::Unauthorized] Error raised when supplied user credentials are not valid.
- # @return [Yammer::Response]
+ # @return [Yammer::ApiResponse]
# @example Fetch notifications for authenticated user
# Yammer.notifications
def notifications
get('/api/v1/streams/notifications')
end
\ No newline at end of file