IAuth User API
            Functions
Link copied to clipboard
                        Link copied to clipboard
                        Get all the current user's favorite comments.
abstract suspend fun <T> getAllMyFavoriteComments(eachGetOperation: suspend (List<Comment>) -> T): List<Comment>
Content copied to clipboard
Get all favorite comments of the current user and after each get operation, run lambda block with result of get operation.
Link copied to clipboard
                        Link copied to clipboard
                        abstract suspend fun getMyComments(count: Int, offset: Int): List<Comment>
Content copied to clipboard
Get the current user's comments
Link copied to clipboard
                        Get entries of the current user
Link copied to clipboard
                        abstract suspend fun getMyFavoriteComments(count: Int, offset: Int): List<Comment>
Content copied to clipboard
Get the current user's favorite comments.
Link copied to clipboard
                        abstract suspend fun getMyFavoriteEntries(count: Int, offset: Int): List<Entry>
Content copied to clipboard
Get the current user's favorites
Link copied to clipboard
                        Get notification list for the current user
Link copied to clipboard
                        Get the number of unread notifications for the current user
Link copied to clipboard
                        Get user information by ID
Link copied to clipboard
                        Link copied to clipboard
                        Link copied to clipboard
                        Mark all notifications as read
Link copied to clipboard
                        Mark the notification as read