yql Module
Defined in:
yui3/src/yql/js/yql.js:152
This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).
This module provides the following classes:
This module is a rollup of the following modules:
-
yql-jsonp
Plugin for YQL to use JSONP to make YQL requests. This is the default method, when loaded in nodejs or winjs this will not load. The new module is needed to make sure that JSONP is not loaded in the environments that it is not needed.
-
yql-nodejs
NodeJS plugin for YQL to use native request to make requests instead of JSONP. Not required by the user, it's conditionally loaded and should "just work".
-
yql-winjs
WinJS plugin for YQL to use native XHR to make requests instead of JSONP. Not required by the user, it's conditionally loaded and should "just work".