Skip to content

Commit

Permalink
Add the iplocation table
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <[email protected]>
  • Loading branch information
Josh Gordineer authored and spullara committed Apr 25, 2009
1 parent 01b7a30 commit f0cd043
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions iplocation/iplocation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Josh Gordineer</author>
<description>Location lookup by IP Address</description>
<documentationURL>http://iplocationtools.com/ip_location_api.php</documentationURL>
<sampleQuery>select * from {table} where ip='209.131.62.113'</sampleQuery>
</meta>
<bindings>
<select itemPath="Response" produces="XML">
<urls>
<url>http://iplocationtools.com/ip_query.php</url>
</urls>
<inputs>
<key id="ip" type="xs:string" paramType="query" required="true" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit f0cd043

Please sign in to comment.