Bridge.get

takissd:
hello all, i tried to find an example with Bridge.get but i could not.
I found a few Bridge.put examples and they work nice, is there any sample code, or an snippet i can start working from?
Thank you

Try something like this:

char myData[10];

Bridge.get("name",myData,10);

Serial.println(myData);

Post like this:
http://yourIP/data/put/name/DonaldDuck