Skip to content

Unofficial & open source json based api wrapper that returns Azur Lane data for Java and Kotlin

License

Notifications You must be signed in to change notification settings

AzurAPI/AzurApi-Kotlin

Repository files navigation

AzurApi-Kotlin

A Kotlin wrapper for Azur Lane JSON

Release Build Status Downloads

Use

gradle
repositories {
    maven(url = "https://jitpack.io")
}
dependencies {
    implementation("com.github.AzurAPI:AzurApi-Kotlin:Tag")
}
maven
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.AzurAPI</groupId>
    <artifactId>AzurApi-Kotlin</artifactId>
    <version>Tag</version>
</dependency>

Manual

To use the Library, Please refer to the Wiki

Example

Use methods from Atago class

val atago = Atago.getShipByName("atago")
println(atago.names.en)

Support server

Discord Banner 2