YQL, now with no-auth
Today we pushed the latest version of YQL live, and it now supports a new “public” endpoint:
http://query.yahooapis.com/v1/public/yql?q=show%20tables
Unlike the oauth entrypoint, that requires oauth signing and so on, this one needs no signing, no app id, no nothing – just your query. Its that easy.
So you can just run it in a browser: show tables
… and [...]