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