component.json revision 6cbf89e74d4d69da16fb41d09e3d044bc01b64f1
{
"name" : "yql",
"displayName": "YQL Query",
"description": "YQL provides developers the ablity to access and shape data across the Internet using one language rather than learn multiple APIs.",
"author" : "davglass",
"tags": ["utility", "data", "api", "json", "webservice"],
"use" : ["yql"],
"examples": [
{
"name" : "simple-yql",
"displayName": "Simple YQL Query",
"description": "Create a simple YQL Query to retrieve data from the Yahoo! Weather YQL table.",
"modules" : ["yql"],
"tags" : ["yql", "simple"],
"hideTableOfContents": true
},
{
"name" : "yql-requery",
"displayName": "Reusing a YQL query",
"description": "Use the Flickr Recent Photos YQL table to pull in a small set of recent Flickr images every 8 seconds.",
"modules" : ["yql"],
"tags" : ["yql", "simple", "refresh", "flickr"],
"hideTableOfContents": true
},
{
"name" : "yql-oauth",
"displayName": "YQL 2-Legged oAuth",
"description": "Use YQL Query and the oAuth YUI Gallery module to make an authenticated YQL request to the Yahoo! News Search web service.",
"modules" : ["yql"],
"tags" : ["yql", "oauth", "gallery"],
"hideTableOfContents": true
}
]
}