AugustArchive / meilisearch-kt

πŸ” Type-safe and Kotlin Coroutine-based client for Meilisearch

Home Page:https://meili.floofy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” Meilisearch for Kotlin

Type-safe and Kotlin Coroutine-based client for Meilisearch

Meilisearch for Kotlin is a Meilisearch client for Kotlin developers to take advantage of the Kotlin libraries like kotlinx-coroutines and more.

This is a work in progress, the library currently doesn't support the Settings API, Health API, Keys API, or Stats API

WHY

It sounded like fun, so why not? If any Meilisearch developer or team wants to take care of this project, you can contact me via Email (cutie@floofy.dev) and if I don't have enough time to maintain it, and it can become an official library.

The library was also built to defunct the official Java library, so it can support the Kotlin libraries us Kotlin developers use and love today.

Installation

You can receive the current release via GitHub Releases!

Gradle (Groovy)

repositories {
    maven 'https://maven.floofy.dev/repo/releases'
}

dependencies {
    implementation 'dev.floofy.meilisearch:rest-client:<VERSION>'
}

Gradle (Kotlin)

repositories {
    maven("https://maven.floofy.dev/repo/releases")
}

dependencies {
    implementation("dev.floofy.meilisearch:rest-client:<VERSION>")
}

License

Meilisearch for Kotlin is released under the MIT License by Noel.

About

πŸ” Type-safe and Kotlin Coroutine-based client for Meilisearch

https://meili.floofy.dev

License:MIT License


Languages

Language:Kotlin 99.9%Language:Shell 0.1%