IPublicUserAPI

interface IPublicUserAPI

Functions

Link copied to clipboard
abstract suspend fun getAllUserComments(userID: Long): List<Comment>

Получить все комментарии пользователя

Link copied to clipboard
abstract suspend fun getAllUserEntries(userID: Long): List<Entry>

Получить записи пользователя

Link copied to clipboard
abstract suspend fun getUserByID(userID: Long): Subsite

Получить информацию о пользователе

Link copied to clipboard
abstract suspend fun getUserComments(userID: Long, count: Int, offset: Int): List<Comment>

Получить комментарии пользователя

Link copied to clipboard
abstract suspend fun getUserEntries(userID: Long, count: Int, offset: Int): List<Entry>

Получить записи пользователя

Inheritors

Link copied to clipboard