Patryk Konior
Patryk Konior
### Brief Summary of Changes - new feature: visual search using file upload: ```javascript cloudinary.v2.api.visual_search({image_file: 'path/to/file'}, function (error, result) { console.log(result); }); ``` or ```javascript cloudinary.v2.api.visual_search({image_file: Buffer.from('abc')}, function (error, result)...
### Brief Summary of Changes Decoding double-encoded transformation string before sending to any of Upload API methods. #### What Does This PR Address? - [ ] GitHub issue (Add reference...
### Brief Summary of Changes #### What Does This PR Address? - [ ] GitHub issue (Add reference - #XX) - [ ] Refactoring - [ ] New feature -...
### Brief Summary of Changes New feature: allow deleting resources by passing an array of asset ids #### What Does This PR Address? - [ ] GitHub issue (Add reference...