Skip to content

Commit

Permalink
Updating paramTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaaker committed May 29, 2010
2 parents a6b9953 + 835e767 commit 8beab2c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions infochimps/infochimps.wordbag.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<table https="false" xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Philip (flip) Kromer</author>
<description>Infochimps Twitter Data - wordbag</description>
<documentationURL>http://api.infochimps.com/describe/soc/net/tw/wordbag</documentationURL>
<sampleQuery>select * from {table} where screen_name='infochimps' and apikey='yqldemoUNViJbe5r1S0uiVvjq69';</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="JSON">
<urls>
<url>http://api.infochimps.com/soc/net/tw/wordbag.json</url>
</urls>
<inputs>
<key id="screen_name" type="xs:string" paramType="query"/>
<key id="apikey" type="xs:string" paramType="query"/>
</inputs>
</select>
</bindings>
</table>
4 changes: 2 additions & 2 deletions thetvdb/thetvdb.getUpdates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<url>http://www.thetvdb.com/api/Updates.php</url>
</urls>
<inputs>
<key type="xs:string" paramType="variable" id="time" />
<key type="xs:string" paramType="variable" id="type" default="all" />
<key type="xs:string" paramType="query" id="time" />
<key type="xs:string" paramType="query" id="type" default="all" />
</inputs>
</select>
</bindings>
Expand Down
2 changes: 1 addition & 1 deletion thetvdb/thetvdb.series.getSeriesId.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<url>http://www.thetvdb.com/api/GetSeries.php</url>
</urls>
<inputs>
<key type="xs:string" paramType="variable" id="seriesname" />
<key type="xs:string" paramType="query" id="seriesname" />
</inputs>
</select>
</bindings>
Expand Down

0 comments on commit 8beab2c

Please sign in to comment.