<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
    <meta>
        <author>Nagesh Susarla</author>
        <documentationURL>http://code.google.com/p/bitly-api/wiki/ApiDocumentation</documentationURL>
    </meta>
    <bindings>
        <select itemPath="" produces="XML">
            <urls>
                <url>http://api.bit.ly/shorten?version=2.0.1&amp;format=xml</url>
            </urls>
            <inputs>
                <key id="login" type="xs:string" paramType="query" required="true"/>
                <key id="apiKey" type="xs:string" paramType="query" required="true"/>
                <key id="longUrl" type="xs:string" paramType="query" required="true"/>
                <key id="history" type="xs:string" paramType="query"/>
            </inputs>
        </select>
     </bindings>
</table>
