Skip to content

Commit

Permalink
Fixed table definition
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 dda06f4 commit 9117538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github/github.issues.closed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<sampleQuery>select * from {table} where id='spullara' and repo='yql-tables'</sampleQuery>
</meta>
<bindings>
<select itemPath="repository" produces="XML">
<select itemPath="issues" produces="XML">
<urls>
<url>http://github.com/api/v2/xml/issues/list/{id}/{repo}/closed</url>
</urls>
Expand Down
2 changes: 1 addition & 1 deletion github/github.issues.open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<sampleQuery>select * from {table} where id='spullara' and repo='yql-tables'</sampleQuery>
</meta>
<bindings>
<select itemPath="repository" produces="XML">
<select itemPath="issues" produces="XML">
<urls>
<url>http://github.com/api/v2/xml/issues/list/{id}/{repo}/open</url>
</urls>
Expand Down

0 comments on commit 9117538

Please sign in to comment.