authKmtt

fun authKmtt(website: Website, token: String, preventClientDuplication: Boolean = true): IAuthKmtt

Create object of authenticated API

Parameters

preventClientDuplication

Duplication of API objects can lead to rate-limit error. By this parameter you can, instead of creating new objects, get already created objects.

Default: true