Skip to content

Commit

Permalink
Update vimeo/vimeo.channel.videos.xml
Browse files Browse the repository at this point in the history
the above table supports basic call. In basic call only first 20 videos are returned as vimeo basic api allows 20 per page for basic api calls and 50 per page for advanced OAut based api call
  • Loading branch information
talhakamran committed Oct 5, 2012
1 parent 197d519 commit 6ceff10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimeo/vimeo.channel.videos.xml
Expand Up @@ -3,7 +3,7 @@
<meta>
<author>Zach Graves (zachg@yahoo-inc.com)</author>
<documentationURL>http://vimeo.com/api/docs/simple-api</documentationURL>
<sampleQuery>select * from {table} where channelname='6967'</sampleQuery>
<sampleQuery>select * from {table} where channelname='6967' and page='1'</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
Expand All @@ -12,6 +12,7 @@
</urls>
<inputs>
<key id="channelname" type="xs:string" paramType="path" required="true" />
<key id="page" type="xs:string" paramType="path" required="false" />
</inputs>
</select>
</bindings>
Expand Down

0 comments on commit 6ceff10

Please sign in to comment.