|
def files_list(options = {}) |
|
options = options.merge(channel: channels_id(options)['channel']['id']) if options[:channel] |
|
options = options.merge(user: users_id(options)['user']['id']) if options[:user] |
|
post('files.list', options) |
|
end |
Just looks like the wrapper code was not applied. Or am I missing something?
slack-ruby-client/lib/slack/web/api/endpoints/files.rb
Lines 75 to 79 in 6b559c3
Just looks like the wrapper code was not applied. Or am I missing something?