Skip to content

Commit

Permalink
Adding Issues Calls
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <spullara@yahoo.com>
  • Loading branch information
davglass authored and spullara committed Apr 25, 2009
1 parent e8eec9e commit dda06f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<bindings>
<select itemPath="repository" produces="XML">
<urls>
<url>http://github.com/api/v2/xml/issues/list/{id}/{repo}/open</url>
<url>http://github.com/api/v2/xml/issues/list/{id}/{repo}/closed</url>
</urls>
<inputs>
Expand Down
19 changes: 19 additions & 0 deletions github/github.issues.open.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Dav Glass</author>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where id='spullara' and repo='yql-tables'</sampleQuery>
</meta>
<bindings>
<select itemPath="repository" produces="XML">
<urls>
<url>http://github.com/api/v2/xml/issues/list/{id}/{repo}/open</url>
</urls>
<inputs>
<key id="id" type="xs:string" paramType="path" required="true"/>
<key id="repo" type="xs:string" paramType="path" required="true"/>
</inputs>
</select>
</bindings>
</table>

0 comments on commit dda06f4

Please sign in to comment.