
Client library facilitates interaction with the WordPress REST API, featuring JSON parsing, coroutine support, and cross-platform compatibility, leveraging Ktor client and kotlinx libraries.
WPKotlin is a Kotlin Multiplatform client library for the WordPress REST API.
// build.gradle.kts
dependencies {
implementation("io.github.rocxteady:wpkotlin:0.0.1")
}// build.gradle.kts
dependencies {
implementation("io.github.rocxteady:wpkotlin-android:0.0.1")
}Add the following to your Package.swift file:
dependencies: [
.package(url: "https://github.com/rocxteady/WPKotlin.git", .upToNextMajor(from: "0.0.3"))
]WPKotlin is available under the Apache License, Version 2.0. See the LICENSE file for more info.
Ulaş Sancak (@rocxteady)
WPKotlin is a Kotlin Multiplatform client library for the WordPress REST API.
// build.gradle.kts
dependencies {
implementation("io.github.rocxteady:wpkotlin:0.0.1")
}// build.gradle.kts
dependencies {
implementation("io.github.rocxteady:wpkotlin-android:0.0.1")
}Add the following to your Package.swift file:
dependencies: [
.package(url: "https://github.com/rocxteady/WPKotlin.git", .upToNextMajor(from: "0.0.3"))
]WPKotlin is available under the Apache License, Version 2.0. See the LICENSE file for more info.
Ulaş Sancak (@rocxteady)