IAuthEntryAPI

interface IAuthEntryAPI : IPublicEntryAPI, Authable

Authenticated API for getting and manipulating entries information.

Also provides access to public API

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>

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

Properties

Link copied to clipboard
abstract val token: String