How do add or use MashApe.com api ?
Code example from their website:
curl --get --include 'https://restcountries-v1.p.mashape.co...' \
-H 'X-Mashape-Key: my-key-api-code' \
-H 'Accept: application/json'
Thank you
How do add or use MashApe.com api ?
Code example from their website:
curl --get --include 'https://restcountries-v1.p.mashape.co...' \
-H 'X-Mashape-Key: my-key-api-code' \
-H 'Accept: application/json'
Thank you
Hi Carlos -
If you’re new to Appery.io, please try these step-by-step tutorials:
https://devcenter.appery.io/tutorials...
General overview is here: https://devcenter.appery.io/documenta...
So this: code-'X-Mashape-Key: my-key-api-code'/code -- should be in your service header (Headers tab) of your service.