Skip to content

Instantly share code, notes, and snippets.

@arshaver
Created January 16, 2012 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arshaver/1618956 to your computer and use it in GitHub Desktop.
Save arshaver/1618956 to your computer and use it in GitHub Desktop.
own3d
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Own3d</author>
<description>Own3d's API</description>
<documentationURL>none</documentationURL>
<sampleQuery>select * from {table} where limit = "20"</sampleQuery>
</meta>
<bindings>
<select itemPath="rss.channel.item" produces="XML">
<urls>
<url>http://api.own3d.tv/api.php</url>
</urls>
<inputs>
<key id="limit" type="xs:string" paramType="query" />
</inputs>
</select>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment