This repository was archived by the owner on Feb 4, 2021. It is now read-only.
Commit a69d49f
Adding PublicIds Parameter for the CloudinaryWrapper->resourcesByIds (#49)
* Just a small fix to get the package discovery working
* Fix to the resourcesByIds function wrapping the cloudinary resources_by_ids missing parameter
* Changed the parameter to camel case to be consistent with the rest of the project and made the type of array as the sdk expects
* Adjusted the resources_by_ids test to pass with the new parameter structure1 parent 1386090 commit a69d49f
File tree
2 files changed
+8
-5
lines changed- src/JD/Cloudder
- tests
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
| 467 | + | |
467 | 468 | | |
468 | 469 | | |
469 | | - | |
| 470 | + | |
470 | 471 | | |
471 | | - | |
| 472 | + | |
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| 369 | + | |
| 370 | + | |
369 | 371 | | |
370 | | - | |
| 372 | + | |
371 | 373 | | |
372 | 374 | | |
373 | | - | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| |||
0 commit comments