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

Show default_effects in file info of group info response #129

Closed rsedykh closed 2 months ago

rsedykh commented 8 months ago

Files can be added to the group with some CDN operations. File info in group info shows this operations separately from UUID.

image

https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Group/operation/groupInfo https://uploadcare.com/api-refs/upload-api/#tag/Groups/operation/filesGroupInfo

p.s. Don't forget to update uploadcare-rails-example if necessary.

vipulnsward commented 2 months ago

default_effects is already shown as part of the files info in group response.