class Platforms::Yammer::Api::Search
Public Instance Methods
get(options={})
click to toggle source
Get search results @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/searchjson
# File lib/platforms/yammer/api/search.rb, line 14 def get options={}, headers={} @connection.get 'search.json', options, headers end