Created
May 21, 2009 00:02
-
-
Save mattn/115170 to your computer and use it in GitHub Desktop.
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
use 'http://gist.github.com/xxx' as hatena.profile; |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd"> | |
<meta> | |
<author>mattn</author> | |
</meta> | |
<bindings> | |
<select produces="XML" itemPath="user.profile" produces="XML"> | |
<urls> | |
<url>http://www.hatena.ne.jp/{id}/profile</url> | |
</urls> | |
<inputs> | |
<key id="id" type="xs:string" paramType="path" required="true"/> | |
</inputs> | |
<execute><![CDATA[ | |
response.object = { | |
user: id | |
}; | |
]]></execute> | |
</select> | |
</bindings> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment