Skip to content

Commit

Permalink
updating ParamTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaaker authored and zagraves committed Jun 18, 2010
1 parent dbf6d46 commit 1b4c488
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions seomoz/seomoz.urlMetrics.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?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>Allows you to customize and integrate data from SEOmoz\'s dynamic Linkscape Index into your own applications. We have over 54 billion URLs across over 230 million domains. </description>
<documentationURL>http://apiwiki.seomoz.org/SEOmoz-Free-API</documentationURL>
<sampleQuery>select * from {table} where AccessID='member-90a03fcc84' and Expires='1299912337' and Signature='PSEzjEw+RY/YsXFDuBrTygnKoUs=';</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url>http://lsapi.seomoz.com/linkscape/url-metrics/{url}</url>
</urls>
<inputs>
<key id="url" type="xs:string" paramType="query"/>
<key id="AccessID" type="xs:string" paramType="query"/>
<key id="Expires" type="xs:string" paramType="query"/>
<key id="Signature" type="xs:string" paramType="query"/>
</inputs>
</select>
</bindings>
</table>



<key type="xs:string" paramType="path" default="en" id="lang" />
<key type="xs:string" paramType="path" default="xml" id="type" />
<key type="xs:string" paramType="path" private="true" id="api_key" />
<key type="xs:string" paramType="path" id="series" />

0 comments on commit 1b4c488

Please sign in to comment.