Method: Platforms::Yammer::Api::Messages#algo

Defined in:
lib/platforms/yammer/api/messages.rb

#algo(options = {}, headers = {}) ⇒ Faraday::Response

Get Messages through the algorithmic feed

Parameters:

  • options (Hash) (defaults to: {})

    Options for the request

  • headers (Hash) (defaults to: {})

    Additional headers to send with the request

Returns:

  • (Faraday::Response)

    the API response

See Also:

Since:

  • 0.1.0



23
24
25
# File 'lib/platforms/yammer/api/messages.rb', line 23

def algo options={}, headers={}
  @connection.get "messages/algo.json", options, headers
end