Package kmtt.impl

Types

Link copied to clipboard
interface IAuthKmtt : IPublicKmtt

Provides authenticated API for cmtt.ru websites. It also can get around of non-auth users restrictions of public API

Link copied to clipboard
interface IPublicKmtt

Provides public API for cmtt.ru websites

Functions

Link copied to clipboard
fun authKmtt(website: Website, token: String, preventClientDuplication: Boolean = true): IAuthKmtt

Create object of authenticated API

Link copied to clipboard
fun publicKmtt(website: Website, preventClientDuplication: Boolean = true): IPublicKmtt

Create object of public API