Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

drakon64/KtUniversalis

Repository files navigation

KtUniversalis

Kotlin License KDoc

KtUniversalis is a Kotlin Multiplatform and JavaScript/TypeScript library for the Universalis REST API.

Installation

KtUniversalis is available from Maven Central (for Kotlin and the JVM) and npm (for JavaScript/TypeScript).

Gradle

Add the following to your build.gradle.kts file to install KtUniversalis:

dependencies {
    implementation("cloud.drakon:ktuniversalis:8.0.0-SNAPSHOT")
}

JavaScript/TypeScript

package.json

"ktuniversalis": "8.0.0-SNAPSHOT"

Command line

npm install ktuniversalis