Skip to content

Commit

Permalink
New greader
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <spullara@yahoo.com>
  • Loading branch information
hapdaniel authored and spullara committed Mar 5, 2009
1 parent dea6b29 commit 2e96607
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions greader/greader.feed.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Paul Daniel</author>
<documentationURL>http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI</documentationURL>
<description>Unsupported Google Reader API. Fetch feed</description>
</meta>
<bindings>
<select itemPath="feed.entry" produces="XML">
<urls>
<url>http://www.google.com/reader/public/atom/feed/{url}</url>
</urls>
<inputs>
<key id="n" type="xs:string" paramType="query" default="20" />
<key id="r" type="xs:string" paramType="query" />
<key id="ot" type="xs:string" paramType="query" />
<key id="ck" type="xs:string" paramType="query" />
<key id="trans" type="xs:string" paramType="query" />
<key id="url" type="xs:string" paramType="path" required="true"/>
</inputs>
</select>
</bindings>
</table>
23 changes: 23 additions & 0 deletions greader/greader.user.folder.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Paul Daniel</author>
<documentationURL>http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI</documentationURL>
<description>Unsupported Google Reader API. Fetch a folder</description>
</meta>
<bindings>
<select itemPath="feed.entry" produces="XML">
<urls>
<url>http://www.google.com/reader/public/atom/user/{user_id}/label/{folder}</url>
</urls>
<inputs>
<key id="n" type="xs:string" paramType="query" default="20" />
<key id="r" type="xs:string" paramType="query" />
<key id="ot" type="xs:string" paramType="query" />
<key id="trans" type="xs:string" paramType="query" />
<key id="user_id" type="xs:string" paramType="path" required="true"/>
<key id="folder" type="xs:string" paramType="path" required="true"/>
</inputs>
</select>
</bindings>
</table>

0 comments on commit 2e96607

Please sign in to comment.