Added comment API

This commit is contained in:
Marcin Kurczewski
2014-10-04 13:56:38 +02:00
parent e43f3b54d7
commit 16c5740277
11 changed files with 310 additions and 2 deletions

View File

@ -33,6 +33,13 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
changePostThumbnail: 'changePostThumbnail',
changePostRelations: 'changePostRelations',
listComments: 'listComments',
addComments: 'addComments',
editOwnComments: 'editOwnComments',
editAllComments: 'editAllComments',
deleteOwnComments: 'deleteOwnComments',
deleteAllComments: 'deleteAllComments',
listTags: 'listTags',
viewHistory: 'viewHistory',