Skip to content

Commit

Permalink
Added embedly table
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalente authored and guilhermechapiewski committed Nov 9, 2010
1 parent 9cacbb9 commit 105fce3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions embedly/embedly.xml
@@ -0,0 +1,22 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Pedro Valente</author>
<sampleQuery>select * from {table} where url="http://instagr.am/p/M1rd/"</sampleQuery>
<documentationURL>http://api.embed.ly/documentation</documentationURL>
<description>Unofficial open table for the Embed.ly API. Check out the docs ( http://api.embed.ly/documentation ) to learn what to expect.</description>
</meta>
<bindings>
<select itemPath="json" produces="JSON">
<urls>
<url>http://api.embed.ly/1/oembed</url>
</urls>
<inputs>
<key id='url' type='xs:string' paramType='query' required="true" />
<key id='maxwidth' type='xs:string' paramType='query' required="false" />
<key id='maxheight' type='xs:string' paramType='query' required="false" />
<key id='format' type='xs:string' paramType='query' required="false" />
<key id='wmode' type='xs:string' paramType='query' required="false" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit 105fce3

Please sign in to comment.