Utility Class used under the hood by the YQL class
YQLRequest
sql
callback
params
opts
sql
String
The SQL statement to execute
callback
Function/Object
The callback to execute after the query (Falls through to JSONP).
params
Object
An object literal of extra parameters to pass along (optional).
opts
Object
An object literal of configuration options (optional): proto (http|https), base (url)
_internal
Internal Callback Handler
_send
url
o
Private method to send the request, overwritten in plugins
_callback
Holder for the callback argument
_context
The context to execute the callback in
_jsonp
Reference to the JSONP instance used to make the queries
_opts
Holder for the opts argument
_params
Holder for the params argument
BASE_URL
The base URL to query: query.yahooapis.com/v1/public/yql?
FORMAT
Default format to use: json
PROTO
Default protocol to use: http