Skip to content

Instantly share code, notes, and snippets.

@okuryu
Last active December 12, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okuryu/4753165 to your computer and use it in GitHub Desktop.
Save okuryu/4753165 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="true">
<meta>
<author>Ryuichi Okumura</author>
<documentationURL>http://developer.yahoo.co.jp/yconnect/userinfo.html</documentationURL>
</meta>
<bindings>
<select itemPath="" produces="JSON">
<urls>
<url>https://userinfo.yahooapis.jp/yconnect/v1/attribute</url>
</urls>
<inputs>
<key id="schema" type="xs:string" paramType="query" required="true" />
<key id="access_token" type="xs:string" paramType="variable" required="true" />
</inputs>
<execute>
response.object = request.header("Authorization", "Bearer " + access_token).get().response;
</execute>
</select>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment