class Platforms::Yammer::Api::Networks
Public Instance Methods
current(options={})
click to toggle source
Get the user's current Network @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/networkscurrentjson
# File lib/platforms/yammer/api/networks.rb, line 14 def current options={}, headers={} @connection.get 'networks/current.json', options, headers end