Method: Ayadn::Endpoints#unified

Defined in:
lib/ayadn/endpoints.rb

#unified(options) ⇒ Object



62
63
64
65
66
67
# File 'lib/ayadn/endpoints.rb', line 62

def unified(options)
  make_options_list(options) do
    API.build_query({count: Settings.options.counts.unified})
  end
  "#{@posts_url}stream/unified?access_token=#{Settings.user_token}#{@options_list}"
end