We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: