cloudinary-api
cloudinary-api copied to clipboard
Shorter and lighter APIs for Cloudinary
Is there a way with cloudinary-api to return a custom filename when downloading the file? With url params, there seems to be `fl_attachment:custom-name` something like: `https://res.cloudinary.com/[cloud_name]/video/upload/fl_attachment:[new_filename]/[public_id].mp4 ` I'm wondering if...
Hello, I noticed a weird behaviour when using the extractPublicId function, let's say we upload a file named `TestÀ.png`, we would get an url like this, with the special character...
Fix for public IDs containing multiple dots before the extension getting truncated. For example, in 0.2.4 `https://res.cloudinary.com/xyz/image/upload/v111111111/Folder/Name.With.Multiple.Dots.png` is extracted as `Folder/Name` instead of `Folder/Name.With.Multiple.Dots`. This fix (maybe incorrectly) assumes everything...
Public IDs containing multiple dots before the extension are getting truncated. For example, in 0.2.4 `https://res.cloudinary.com/xyz/image/upload/v111111111/Folder/Name.With.Multiple.Dots.png` is extracted as `Folder/Name` instead of `Folder/Name.With.Multiple.Dots`. It looks like it's an issue with...
- action https://github.com/marketplace/actions/bundlewatch-github-action - app https://service.bundlewatch.io/setup-github
I can't see any reference to this in the documentation. Is it possible to use the e_loop param with this package, or is there a way to include custom sections...
Input: * originalSize {width, height} : Size * publicId : string * transformations : TransformationOption Output * src * srcSets : string[]
For example: Cloudinary url: https://res.cloudinary.com/demo/image/fetch/v1605729699/https://images.prismic.io/important-sm-images/0c1acf72-dbfa-442a-8a64-ab8c84d41263_jZ4rJ0yLyrs.jpg%3Fw%3D120%26h%3D120 Expected: https://images.prismic.io/important-sm-images/0c1acf72-dbfa-442a-8a64-ab8c84d41263_jZ4rJ0yLyrs.jpg%3Fw%3D120%26h%3D120 Actual: https://images