uploadcare / uploadcare-rails

Rails API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
58 stars 70 forks source link

Remove duplicate methods #126

Open kraft001 opened 1 year ago

kraft001 commented 1 year ago

Brief description of the feature and motivation behind it

Most of Uploadcare::Rails API methods use Uploadcare::Ruby methods without any changes, for example:

def get_files(options = {})
  Uploadcare::FileList.file_list(options)
end

It may be good to remove duplicate methods and use original methods from Uploadcare::Ruby