Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
philoye committed Feb 1, 2010
0 parents commit a5d005a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions flickr.photos.comments.getList.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xlmn="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Yahoo! Inc.</author>
<documentationURL>http://www.flickr.com/services/api/flickr.photos.comments.getList.html</documentationURL>
<sampleQuery>select * from {table} where photo_id="109722179"</sampleQuery>
</meta>
<bindings>
<select itemPath="rsp.photos.photo" produces="XML">
<urls>
<url env="all">http://api.flickr.com/services/rest/?method=flickr.photos.comments.getList</url>
</urls>
<paging model="page">
<start id="page" default="0" />
<pagesize id="per_page" max="250" />
<total default="10" />
</paging>
<inputs>
<key id="photo_id" type="xs:string" paramType="query" />
<key id="api_key" type="xs:string" const="true" private="true" paramType="query" default="45c53f8...d5f645"/>
<key id="min_comment_date" type="xs:string" paramType="query" />
<key id="max_comment_date" type="xs:string" paramType="query" />
</inputs>
</select>
</bindings>
</table>
4 changes: 4 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
YQL Playground
==============

My playground for YQL's open data tables.

0 comments on commit a5d005a

Please sign in to comment.