IAuthCommentAPI
Authenticated API for getting and manipulating comments information.
Also provides access to public API
Functions
Link copied to clipboard
abstract suspend fun getCommentVotes(commentID: Long): Map<String, Liker>
Content copied to clipboard
Получить список лайкнувших комментарий
Link copied to clipboard
abstract suspend fun getEntryComments(entryID: Long, sorting: SortingType): List<Comment>
Content copied to clipboard
Получить комментарии к записи
Link copied to clipboard
abstract suspend fun getLevelComments(entryID: Long, sorting: SortingType): CommentsLevelLimited
Content copied to clipboard
Получить комментарии к записи с ограничением по веткам
Link copied to clipboard
abstract suspend fun getThreadComments(entryID: Long, commentID: Long): List<Comment>
Content copied to clipboard
Получить комментарии к записи с ограничением по веткам
Link copied to clipboard
Отправить количество увиденных комментариев