Skip to content

Commit

Permalink
add ign object service
Browse files Browse the repository at this point in the history
  • Loading branch information
spullara committed Nov 9, 2009
1 parent 74b36a0 commit 74d62dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ign/ign.object.xml
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<bindings>
<select produces="JSON">
<urls>
<url>http://websvc.ign.com/objectWebService?format=json</url>
</urls>
<key id="id" paramType="query" required="true"/>
</select>
</bindings>
</table>
2 changes: 1 addition & 1 deletion regex/regex.xml
Expand Up @@ -17,7 +17,7 @@
<key id='showempty' type='type' paramType='variable' required="false" />
</inputs>
<execute><![CDATA[
var re, match, matches, myResponse;
if (modifiers) {
re = new RegExp(expression, modifiers);
} else {
Expand Down

0 comments on commit 74d62dc

Please sign in to comment.