Skip to content

uakihir0/kslack

Repository files navigation

日本語

kslack

Maven metadata URL

badge badge badge badge

This library is a Slack client library that supports Kotlin Multiplatform. It depends on khttpclient and internally uses Ktor Client. Therefore, this library is available on Kotlin Multiplatform and platforms supported by Ktor Client. The behavior on each platform depends on khttpclient.

Usage

Below is how to use it in Kotlin with Gradle on supported platforms. If you want to use it on Apple platforms, please refer to kslack-spm or kslack-cocoapods. Also, for usage in JavaScript, please refer to kslack.js. Please refer to the test code for how to use each API.

repositories {
    mavenCentral()
+   maven { url = uri("https://repo.repsy.io/mvn/uakihir0/public") }
}

dependencies {
+   implementation("work.socialhub.kslack:core:0.0.1-SNAPSHOT")
+   implementation("work.socialhub.kslack:stream:0.0.1-SNAPSHOT")
}

WIP

License

MIT License

Author

Akihiro Urushihara

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages