forked from yql/yql-tables
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryuichi Okumura
committed
Aug 11, 2010
1 parent
cc92e7b
commit 28c37cf
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |