Class: Platforms::Yammer::Api::Search

Inherits:
Base
  • Object
show all
Defined in:
lib/platforms/yammer/api/search.rb

Overview

Search within Yammer

Author:

  • Benjamin Elias

Since:

  • 0.1.0

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Platforms::Yammer::Api::Base

Instance Method Details

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

Get search results

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



14
15
16
# File 'lib/platforms/yammer/api/search.rb', line 14

def get options={}, headers={}
  @connection.get 'search.json', options, headers
end