uploadcare / uploadcare-ruby

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

Use api_struct style of settings #123

Open kraft001 opened 1 year ago

kraft001 commented 1 year ago

Brief description of the feature and motivation behind it

Gem api_struct uses endpoints in its configuration, but uploadcare-ruby gem overwrites it and introduces its own way of configuration.

If we don't need to change API root urls, it may be a good idea to switch to the native api_struct configuration style