File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Images are seamlessly delivered through a fast CDN, and much much more.
99
1010Cloudinary offers comprehensive APIs and administration capabilities and is easy to integrate with any web application, existing or new.
1111
12+
1213Cloudinary provides URL and HTTP based APIs that can be easily integrated with any Web development framework.
1314
1415For Java, Cloudinary provides a library for simplifying the integration even further.
@@ -134,7 +135,7 @@ The uploaded image is assigned a randomly generated public ID. The image is imme
134135
135136You can also specify your own public ID:
136137
137- cloudinary.uploader().upload("http://www.example.com/image.jpg ", Cloudinary .asMap("public_id", "sample_remote"))
138+ cloudinary.uploader().upload("http://www.example.com/image.jpg ", ObjectUtils .asMap("public_id", "sample_remote"))
138139
139140 cloudinary.url().generate("sample_remote.jpg")
140141
You can’t perform that action at this time.
0 commit comments