Hi,
Any example is with rest API (yahoo weather API)?
I was trying but rows are not displaying because of path for column. I am not sure I am adding correctly. Is there any example with API.
Tried with:
https://query.yahooapis.com/v1/public/yql?q=select%20item.condition%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text=%27Bangalore%27)%20and%20u=%27c%27&format=json
Root element: query
Columns:
Title path
Count count
Langauge $.lang
Thanks.
Hi,
Any example is with rest API (yahoo weather API)?
I was trying but rows are not displaying because of path for column. I am not sure I am adding correctly. Is there any example with API.
Tried with:
https://query.yahooapis.com/v1/public/yql?q=select%20item.condition%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text=%27Bangalore%27)%20and%20u=%27c%27&format=json
Root element: query
Columns:
Title path
Count count
Langauge $.lang
Thanks.