Method: Ayadn::Endpoints#files_list

Defined in:
lib/ayadn/endpoints.rb

#files_list(options) ⇒ Object



217
218
219
220
221
222
# File 'lib/ayadn/endpoints.rb', line 217

def files_list(options)
  make_options_list_simple(options) do
    API.build_query({count: Settings.options.counts.files})
  end
  "#{@users_url}me/files?access_token=#{Settings.user_token}#{@options_list}"
end