YQLRequest Class
Utility Class used under the hood by the YQL class
Constructor
YQLRequest
(
-
sql
-
callback
-
params
-
opts
Parameters:
-
sql
StringThe SQL statement to execute
-
callback
Function/ObjectThe callback to execute after the query (Falls through to JSONP).
-
params
ObjectAn object literal of extra parameters to pass along (optional).
-
opts
ObjectAn object literal of configuration options (optional): proto (http|https), base (url)
Methods
Properties
BASE_URL
Unknown
static
The base URL to query: query.yahooapis.com/v1/public/yql?
FORMAT
Unknown
static
Default format to use: json
PROTO
Unknown
static
Default protocol to use: http