refresh feeds
This commit is contained in:
parent
99c99f6923
commit
8b0d62fb15
5 changed files with 23 additions and 1 deletions
|
|
@ -37,6 +37,9 @@
|
|||
list_items: function(id) {
|
||||
return api('get', '/api/feeds/' + id + '/items').then(json)
|
||||
},
|
||||
refresh: function() {
|
||||
return api('post', '/api/feeds/refresh')
|
||||
},
|
||||
},
|
||||
folders: {
|
||||
list: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue