GET & JSON for HTTP requests

GET & JSON for HTTP requests

@Viorel Gheorghe

HI there!

Trying to reacquaint with Tago
For POST i can use JSON with my Arduino, but for GET can be used the same stuff?
for GET if i have two variables I have to use:
xxxxxx & forcesms being my two variables

https://api.tago.io/data?variable=xxxxxx&qty=1&variable=forcesms&last_value

There is a way to to GET with JSON?