Class: Platforms::Yammer::Api::Search
- Defined in:
- lib/platforms/yammer/api/search.rb
Overview
Search within Yammer
Instance Method Summary collapse
-
#get(options = {}, headers = {}) ⇒ Faraday::Response
Get search results.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Platforms::Yammer::Api::Base
Instance Method Details
#get(options = {}, headers = {}) ⇒ Faraday::Response
Get search results
14 15 16 |
# File 'lib/platforms/yammer/api/search.rb', line 14 def get ={}, headers={} @connection.get 'search.json', , headers end |