PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
tools
#!/usr/bin/env bash API_ENDPOINT="https://sub-account-testing.cloudinary.com/create_sub_account" SDK_NAME="${1}" CLOUD_DETAILS=$(curl -sS -d "{\"prefix\" : \"${SDK_NAME}\"}" "${API_ENDPOINT}") echo ${CLOUD_DETAILS} | python -c 'import json,sys;c=json.load(sys.stdin)["payload"];print("cloudinary://%s:%s@%s" % (c["cloudApiKey"], c["cloudApiSecret"], c["cloudName"]))'
[-] update_version.sh
[edit]
[+]
..
[-] get_test_cloud.sh
[edit]
[-] allocate_test_cloud.sh
[edit]