Closed alxgsv closed 8 months ago
I am unable to reproduce this behavior anymore on main branch. Are you still seeing it? If yes, can share example of where you are seeing this?
Tried again, and not able to reproduce, please reopen if we see this issue again
I can confirm that it's not reproducible currently, thank you!
Describe the bug
When I do
Uploadcare::File.file("2f7f4987-40f1-4e9a-a5dc-3d603b6b00fb")
, library makes request tohttps://api.uploadcare.com//files/2f7f4987-40f1-4e9a-a5dc-3d603b6b00fb/
instead ofhttps://api.uploadcare.com/files/2f7f4987-40f1-4e9a-a5dc-3d603b6b00fb/
Expected behavior
Library shouldn't add extra slashes.
Environment