Asynchronous Yandex.Predictor API wrapper for Kotlin/JVM.

Overview

yandex-predictor-kt

Asynchronous Yandex.Predictor API wrapper for Kotlin/JVM.

Installation

repositories {
    maven(url = "https://jitpack.io")
}

dependencies {
    implementation("dev.d1s:yandex-predictor-kt:$yandexPredictorVersion")
}

Example usage

const val API_KEY = "api key"

val predictor = yandexPredictor(API_KEY)

fun main() {
    println(
        runBlocking {
            predictor.complete("Kotlin programming language is a great ")
                .firstCompletion()
        }
    )

    // "deal"
}
You might also like...
Matomo wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in the official package.

@mccsoft/react-native-matomo Matomo wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in th

Gender Checker app built using Kotlin, MVVM, Genderize.io API. Take this as a reference for MVVM and Genderize.io API πŸš€
Gender Checker app built using Kotlin, MVVM, Genderize.io API. Take this as a reference for MVVM and Genderize.io API πŸš€

Gender-Checker πŸ‘€ Gender Checker app built using Kotlin, MVVM, Genderize.io API Enter a name and the app will guess the gender 🀩 ✨ Highligts: API : G

This is a Movie API app in which data is fetched online from the TMDB site using API authentication.

Movie-API This is a Movie API app in which data is fetched online from the TMDB site using API authentication. MVVM model is used for Database Managme

New-SplashScreen-API - SplashScreen API Implementation Sample

SplashScreen API Implementation Sample Installation - Usage style name="Theme.A

Github-Api-Pagination-Example - Pagination 3 Example using Github Api

Github-Api-Pagination Pagination 3 Example using Github Api Tech Stack 100% Kotl

OpenWeatherMap-API-Demo - Demo Android Application for OpenWeatherMap API

WeatherForecast Demo Android Application for OpenWeatherMap API Table of Content

CoroutinesFlow and ViewModel Retrofit API - Practice with CoroutinesFlow, ViewModel and Retrofit API

Practice with Coroutines Flow, ViewModel and get data with Retrofit from two API

Android App to test API requests against the GitHub API.

Reproducing an issue with GitHub's IP allowlist feature GitHub provides a feature for Enterprise orgs to define an IP allowlist. Requests to the GitHu

An simple image gallery app utilizing Unsplash API to showcase modern Android development architecture (MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit)
An simple image gallery app utilizing Unsplash API to showcase modern Android development architecture (MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit)

Imagine App An simple image gallery app utilizing Unsplash API. Built with ❀︎ by Wajahat Karim and contributors Features Popular photos with paginatio

Releases(1.1.0-stable.0)
Owner
Mikhail Titov
16 y. o. Java/Kotlin software engineer and enthusiast. Mostly interested in backend. Get the fastest response on my telegram: @d1snin
Mikhail Titov
A lightweight, feature-rich wrapper for the Telegram Bot API, providing a handy Kotlin DSL to quickly build your bot.

Kotlin Telegram Bot Kotlin based wrapper over Telegram API. Current version of the Telegram Api: 6.0 Principles Annotations Magic. The basic interacti

Jey 61 Dec 27, 2022
An easy-to-use wrapper for Lunar Client's game api.

An easy-to-use wrapper for Lunar Client's game api.

Patrick 5 Oct 25, 2022
μž”μ—¬λ°±μ‹  쑰회 및 μžλ™ μ˜ˆμ•½ (Kotlin/JVM)

korea-covid-19-remaining-vaccine 파이썬 버전을 μ½”ν‹€λ¦°μœΌλ‘œ ν¬νŒ…ν•˜κ³ , λ‘œμ§μ„ κ°œμ„ ν•˜μ—¬ μ„±λŠ₯을 ν–₯μƒμ‹œμΌ°μŠ΅λ‹ˆλ‹€. μ‚¬μš© 방법 μ—¬κΈ°λ₯Ό μ°Έκ³ ν•˜μ„Έμš”. λ‹€μš΄λ‘œλ“œ μ‹€ν–‰ κ°€λŠ₯ν•œ jarλŠ” μ•„λž˜ λ§ν¬μ—μ„œ 받을 수 μžˆμŠ΅λ‹ˆλ‹€. (GitHub Actionsμ—μ„œ λΉŒλ“œλ¨)

null 8 Jun 8, 2022
A Kotlin/JVM Project Template with Gradle

kotlin-project-template A Kotlin/JVM Project Template with Gradle. Clone or npx

cog25 0 Dec 23, 2021
Cody Engel 2 Apr 20, 2022
A Kotlin/JVM based library for BitShares blockchain.

A Kotlin/JVM based library for BitShares blockchain. It implements most functions of BitShares Core including objects (de)serialization, transactions sign/broadcast, wallet create/restore, and more.

Husk 1 Apr 9, 2022
ArchGuard Scanner for scan Git change history, scan source code by Chapi for Java, TypeScript, Kotlin, Go..、Java bytecode use for JVM languages, scan Jacoco test coverage.

Arch Scanner Requirements: JDK 12 Scanner: scan_git - Git commit history scan scan_jacoco - Jacoco scan scan_bytecode - for JVM languages known issues

ArchGuard 27 Jul 28, 2022
Android Studio project wrapper around the Elixir TodoApp Desktop app to run on Android including the Erlang runtime

TodoApp Android: An Android Sample App This Android Studio project wraps the Desktop Sample App to run on an Android phone. How to build & run Install

elixir-desktop 78 Dec 10, 2022
The Android wrapper of FlipClock.

FlipClock Android The Android wrapper for FlipClock. WHY? Fliqlo, the closed-source app for macOS has an iOS version, so I tried to make an Android ve

Alynx Zhou 37 Dec 29, 2022
Wrapper for Kustomer SDK v2.0 for react native

This is a wrapper for Kustomer v2 Sdk for react native. This implements the kust

Shivam Rawat 2 Dec 30, 2021