How to make a REST request for retrieving data
Hi friends!
I have a question/doubt about IoT Gateway's REST Client:
How can I make a GET request from REST Client in order to retrieve some data from an external API (e.g. Weather, web application, etc)?.
As you know, it only supports PUT & POST method and it's fine but what about if I want to connect to Google Maps, Open Trivia or AccuWeather and retrieve/handle some values??

Even, I have a Google sheet's script deployed as web application listening external calls to log data in my sheet and I just need a simple GET request to achieve it but I can't find a way to do it from IoT Gateway module. My URL to get this is:
"https://script.google.com/macros/s/ SCRIPT_ID/exec?temp1=1234&level=122&pressure=88"
What would be the procedure or module to achieve it?
Thanks in advance for your prompt reply and help,
Saludos!

