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
23 24 25 |
# File 'lib/platforms/yammer/api/messages.rb', line 23 def algo ={}, headers={} @connection.get "messages/algo.json", , headers end |