Skip to content

Commit

Permalink
new table to fetch slideshare slideshows by user
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleblanc committed Apr 18, 2010
1 parent 315e23a commit d405e06
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions slideshare/slideshare.slideshows.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Jonathan LeBlanc (Twitter: @jcleblanc)</author>
<description>Google Buzz Updates API</description>
<documentationURL>http://www.slideshare.net/rss/user/{user}</documentationURL>
<sampleQuery>SELECT * FROM {table} WHERE user='jcleblanc'</sampleQuery>
</meta>
<bindings>
<select itemPath="rss.channel.item" produces="XML" >
<urls>
<url env="all">http://www.slideshare.net/rss/user/{user}</url>
</urls>
<inputs>
<key id="user" type="xs:string" paramType="path" required="true" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit d405e06

Please sign in to comment.