Kotlin Mattermost Client
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Mattermost Client
mattermost-client
/
dev.limebeck.mattermost
/
MattermostClientImpl
/
MattermostClientImpl
Mattermost
Client
Impl
constructor
(
baseUrl
:
String
,
apiToken
:
String
,
chunkSize
:
Int
=
16383
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default + SupervisorJob())
)