Skip to content

Commit

Permalink
Adding new tables for iGoogle's secret data APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Laaker committed Feb 28, 2010
1 parent a8b2600 commit 0b2c874
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions google/google.igoogle.movies.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="false">
<meta>
<author>Micah Laaker (micah@laaker.com)</author>
<description>iGoogle Secret API: Movies Near a ZIP Code</description>
<documentationURL>http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/</documentationURL>
<sampleQuery>select * from {table} where movies='68105';</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url>http://www.google.com/ig/api</url>
</urls>
<inputs>
<key id="movies" type="xs:string" paramType="query"/>
</inputs>
</select>
</bindings>
</table>
19 changes: 19 additions & 0 deletions google/google.igoogle.stock.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="false">
<meta>
<author>Micah Laaker (micah@laaker.com)</author>
<description>iGoogle Secret API: Stock Symbol</description>
<documentationURL>http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/</documentationURL>
<sampleQuery>select * from {table} where stock='YHOO';</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url>http://www.google.com/ig/api</url>
</urls>
<inputs>
<key id="stock" type="xs:string" paramType="query"/>
</inputs>
</select>
</bindings>
</table>
19 changes: 19 additions & 0 deletions google/google.igoogle.weather.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="false">
<meta>
<author>Micah Laaker (micah@laaker.com)</author>
<description>iGoogle Secret API: Weather</description>
<documentationURL>http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/</documentationURL>
<sampleQuery>select * from {table} where weather='Mountain View';</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url>http://www.google.com/ig/api</url>
</urls>
<inputs>
<key id="weather" type="xs:string" paramType="query"/>
</inputs>
</select>
</bindings>
</table>

0 comments on commit 0b2c874

Please sign in to comment.