show feeds/folders
This commit is contained in:
parent
e7bfc3b0a3
commit
c7a94ea890
3 changed files with 19 additions and 12 deletions
|
|
@ -20,6 +20,11 @@
|
|||
create: function(data) {
|
||||
return api('post', '/api/feeds', data)
|
||||
},
|
||||
},
|
||||
folders: {
|
||||
list: function() {
|
||||
return api('get', '/api/folders')
|
||||
},
|
||||
}
|
||||
}
|
||||
})()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue