API Docs for:
Show:

YQL Class

Item Index

Methods

Methods

execute

(
  • code
  • callbackFunction
  • params
  • opts
)
static

Execute JavaScript remotely.

Parameters:

  • code String

    The code to execute

  • callbackFunction Fucntion

    Passes through to YQL.

  • params Object

    Passes through to YQL.

  • opts Object

    Passes through to YQL.

execute.getResult

(
  • result
)
Object static

Helper function to get the deeply nested result.

Parameters:

Returns: