Skip to content

Commit

Permalink
renaming to ip.location
Browse files Browse the repository at this point in the history
  • Loading branch information
Ala' Ibrahim committed Dec 7, 2010
1 parent 11fc955 commit 8266001
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions iplocation/ip.location.xml
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Josh Gordineer</author>
<author>>Josh Gordineer, Edited By Ala' Ibrahim</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>
<documentationURL>http://www.ipinfodb.com/ip_location_api.php</documentationURL>
<sampleQuery>select * from {table} where ip='209.131.62.113' and key="put your key here from http://www.ipinfodb.com/"</sampleQuery>
</meta>
<bindings>
<select itemPath="Response" produces="XML">
<urls>
<url>http://ipinfodb.com/ip_query.php</url>
<url>http://api.ipinfodb.com/v2/ip_query.php</url>
</urls>
<inputs>
<key id="ip" type="xs:string" paramType="query" required="true" />
<key id="ip" type="xs:string" paramType="query" required="true"/>
<key id="key" type="xs:string" paramType="query" required="true" private="true"/>
<key id="timezone" type="xs:boolean" paramType="query" required="false" default="true"/>
</inputs>
</select>
</bindings>
Expand Down

0 comments on commit 8266001

Please sign in to comment.