Skip to content

Commit

Permalink
Added livedoor weather API table.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuichi Okumura committed Aug 11, 2010
1 parent cc92e7b commit 28c37cf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions livedoor/livedoor.weather.forecast.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" ?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Ryuichi Okumura</author>
<documentationURL>http://weather.livedoor.com/weather_hacks/webservice.html</documentationURL>
<sampleQuery>select * from {table} where city="63" and day="tomorrow"</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url>http://weather.livedoor.com/forecast/webservice/rest/v1</url>
</urls>
<inputs>
<key id="city" type="xs:string" paramType="query" required="true" />
<key id="day" type="xs:string" paramType="query" required="true" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit 28c37cf

Please sign in to comment.