first attempt, login working, getting some data working

This commit is contained in:
Jeena 2013-09-18 01:58:35 +02:00
parent 876cf8f268
commit 6caee6de79
6 changed files with 276 additions and 33 deletions

View file

@ -63,6 +63,7 @@ TinyTinyRSS.prototype.doOperation = function(operation, new_options, callback) {
}
TinyTinyRSS.prototype.getUnreadFeeds = function(callback, skip) {
skip = skip.length;
var options = {
show_excerpt: false,
view_mode: "unread",