IPublicEntryAPI

interface IPublicEntryAPI

Public API for getting entries information

Functions

Link copied to clipboard
abstract suspend fun getEntry(id: Long): Entry

Получить запись по ID

abstract suspend fun getEntry(url: String): Entry

Получить статью по ссылке

Link copied to clipboard
abstract suspend fun getPopularEntriesByEntry(id: Long): List<Entry>

Получить популярные записи для определенной записи

Inheritors

Link copied to clipboard