Skip to content

Commit

Permalink
Added mixi Graph API.
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Dec 20, 2010
1 parent bef93a9 commit be79cc9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions mixi/mixi.people.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?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.mixi.co.jp/connect/mixi_graph_api/mixi_io_spec_top/people-api</documentationURL>
</meta>
<bindings>
<select itemPath="" produces="JSON">
<urls>
<url>http://api.mixi-platform.com/2/people/{user_id}/{group_id}</url>
</urls>
<inputs>
<key id="oauth_token" type="xs:string" paramType="query" required="true" />
<key id="user_id" type="xs:string" paramType="path" required="true" />
<key id="group_id" type="xs:string" paramType="path" required="true" />
<key id="startIndex" type="xs:string" paramType="query" />
<key id="count" type="xs:string" paramType="query" />
</inputs>
</select>
</bindings>
</table>

0 comments on commit be79cc9

Please sign in to comment.