We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334ba16 commit c114e57Copy full SHA for c114e57
1 file changed
README.md
@@ -521,12 +521,10 @@ Uploadcare::Group.delete(group.id)
521
# Returns group's CDN URL
522
@group.cdn_url
523
# => "https://demo.ucarecd.net/group-id~2/"
524
-# With subdomains: "https://a1b2c3d4e5.ucarecdn.net/group-id~2/"
525
526
# Returns CDN URLs of all files from group without API requesting
527
@group.file_cdn_urls
528
# => 'https://demo.ucarecd.net/0513dda0-582f-447d-846f-096e5df9e2bb~2/nth/0/'
529
-# # With subdomains: 'https://a1b2c3d4e5.ucarecdn.net/0513dda0-582f-447d-846f-096e5df9e2bb~2/nth/0/'
530
```
531
532
#### GroupList
0 commit comments