This library is a multi Social Media (SNS) client library compatible with Kotlin Multiplatform. By using this library, you can transparently handle various Social Media platforms.
- Bluesky (library: kbksy)
- Misskey (library: kmisskey)
- Mastodon (library: kmastodon)
- Tumblr (library: ktumblr)
- Slack
The following is how to use it with Gradle in Kotlin for the respective platforms. If you are using it on the Apple platform, please refer to planetlink-cocoapods. Also, make sure to check the test code.
repositories {
mavenCentral()
+ maven { url = uri("https://repo.repsy.io/mvn/uakihir0/public") }
}
dependencies {
+ implementation("work.socialhub.planetlink:all:0.0.1-SNAPSHOT")
}
MIT License