teepluss / laravel4-cloudinary

Cloudinary wrapper API for Laravel 4
MIT License
18 stars 14 forks source link

Cannot parse cloudinary response #4

Closed JohnBueno closed 10 years ago

JohnBueno commented 10 years ago

This may be something I am missing in the docs but is there a method to parse the response from cloudinary? I have the uploader working however the response is protected so on success I don't have a way to access it and save it to my db.

JohnBueno commented 10 years ago

Scratch that just found the getResult() function.