Hi, I want to do this curl in app inventor, what is the problem in my blocks?
I want to get the data from pexels api
Thanks
curl -H "Authorization: YOUR_API_KEY"
"https://api.pexels.com/v1/search?query=people"
Hi, I want to do this curl in app inventor, what is the problem in my blocks?
I want to get the data from pexels api
Thanks
curl -H "Authorization: YOUR_API_KEY"
"https://api.pexels.com/v1/search?query=people"
Try removing the colon - :
It works Thanks
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.