auth Kmtt
fun authKmtt(website: Website, token: String, preventClientDuplication: Boolean = true): IAuthKmtt
Content copied to clipboard
Create object of authenticated API
Parameters
prevent Client Duplication
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