Skip to content

Commit

Permalink
Complete working Instapaper add API
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <spullara@yahoo.com>
  • Loading branch information
esjewett authored and spullara committed Aug 3, 2009
1 parent 24aa741 commit 90ce504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instapaper/instapaper.unread.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
request.query("url",url);
request.query("password",password);
request.query("title",title);
request.query("selection",selection);
request.query("auto-title",autotitle);
request.query("selection",selection);
request.query("auto-title",autotitle);
response.object = request.post().response;
response.object = request.post().response;
]]></execute>
</insert>
</bindings>
Expand Down

0 comments on commit 90ce504

Please sign in to comment.