IAuth Comment API
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
Get a list of people who liked the comment
Link copied to clipboard
abstract suspend fun getEntryComments(entryID: Long, sorting: SortingType): List<Comment>
Content copied to clipboard
Get comments to an entry
Link copied to clipboard
abstract suspend fun getLevelComments(entryID: Long, sorting: SortingType): CommentsLevelLimited
Content copied to clipboard
Get comments of the record with thread level restriction
Link copied to clipboard
abstract suspend fun getThreadComments(entryID: Long, commentID: Long): List<Comment>
Content copied to clipboard
Get comments of the record with thread restriction
Link copied to clipboard
Send the number of comments seen