| addFeed | parss.addFeed(key, URL) Registers the RSS data at the given URL in Parss' database and starts to retrieve and update it regularly. Returns the resulting ID (ie. a number) of the feed as stored the database. |
|---|---|
| getFeedId | parss.getFeedId(key, URL) Returns the ID (ie. a number) of the feed with the given URL (ie. a string). |
| getFeed | parss.getFeed(key, ID) Returns the feed with the given ID (ie. a number) as hierarchical structure. |
| rateFeed | parss.rateFeed(key, ID, vote) Adds the value of vote to the current overall rating of the feed with the given ID. vote can only be either +1 or -1. Returns the feed's new overall rating value. |
| getUpdateList | parss.getUpdateList(key, date) Returns a list of feed IDs which have been updated in Parss' database since the given date. |
getFeed method:getFeed method: