Hi Everyone.
I need help, in translating this info in a b4x code ---
API_URL=https://api.quantumnumbers.anu.edu.au
API_KEY=your_secret_api_key
curl -X GET -H "x-api-key:${API_KEY}" "${API_URL}?length=[array length]&type=[data type]&size=[block size]"
request inputs / help in making this code
Regards,
Anurag Jain
I need help, in translating this info in a b4x code ---
API_URL=https://api.quantumnumbers.anu.edu.au
API_KEY=your_secret_api_key
curl -X GET -H "x-api-key:${API_KEY}" "${API_URL}?length=[array length]&type=[data type]&size=[block size]"
request inputs / help in making this code
Regards,
Anurag Jain