Method: Ayadn::Endpoints#channels

Defined in:
lib/ayadn/endpoints.rb

#channels(options) ⇒ Object



252
253
254
# File 'lib/ayadn/endpoints.rb', line 252

def channels(options)
  "#{@channels_url}?access_token=#{Settings.user_token}#{API.build_query(options)}"
end