ActivityPub-Kotlin
1.0.0indexedEnables communication with ActivityPub servers through a client SDK, facilitating features like repository searching and authorization handling with a customizable setup.
12
Stars
—
Used by
dependents
—
Health
/ 100
Enables communication with ActivityPub servers through a client SDK, facilitating features like repository searching and authorization handling with a customizable setup.
Kotlin version of the ActivityPub protocol client SDK, used to communicate with the ActivityPub server. Support Kotlin Multiplatform.
val client = ActivityPubClient(
baseUrl = "${baseUrl}/",
engine = httpClientEngine,
json = globalJson,
tokenProvider = tokenProvider,
onAuthorizeFailed = {
},
)
client.searchRepo.query()
implementation("io.github.0xzhangke:activity-pub-client:1.0.0")
Surfaced from shared tags and platforms — no rankings paid for.