Kotlin API for MiniKeyValue server

Overview

minikeyvaluekt

Kotlin API for MiniKeyValue.

Example

val mkv = MiniKeyValue("http://localhost:3000/", MKVOkHttp)
assert(mkv.put("wehave", "bigswag"))
assert(mkv.get("wehave")?.asString == "bigswag")
assert(!mkv.put("wehave", "bigswag"))
assert(mkv.delete("wehave"))
assert(!mkv.delete("wehave"))
assert(mkv.get("wehave") == null)
You might also like...
๐Ÿงถ Library to handling files for persistent storage with Google Cloud Storage and Amazon S3-compatible server, made in Kotlin

๐Ÿงถ Remi Library to handling files for persistent storage with Google Cloud Storage and Amazon S3-compatible server, made in Kotlin! Why is this built?

intera.kt is a Kotlin library for interacting with the Discord Interactions API through a gateway service or a REST API.

๐Ÿ—ฟ Overview โš ๏ธ WARNING: intera.kt is a work in progress. It is not yet ready for use. You may encounter bugs and other issues, but please report if yo

intera.kt is a Kotlin library for interacting with the Discord Interactions API through a gateway service or a REST API.

๐Ÿ—ฟ Overview โš ๏ธ WARNING: intera.kt is a work in progress. It is not yet ready for use. You may encounter bugs and other issues, but please report if yo

sample project that shows you how you can use Ktor to creat a server for real Project.

Ktor-Sample This is a sample project that shows you how you can use Ktor to creat a server for real Project. What is done Save data to database (Get a

๐Ÿฃโœจ Simple Ktor server to handle GitHub - YouTrack, usually for YouTrack Standalone.

๐Ÿฃ sushi Simple Ktor server to handle GitHub Issues to YouTrack, usually for YouTrack Standalone. Why? There is not really a definite way to handle Gi

Running Axon Server in Testcontainers tests.

Axon Server TestContainer Running axon server in testcontainers tests. Idea Run an Axon Server docker container from within your (junit) tests. Usage

Spring boot admin server for android

spring-boot-admin-server ์–ด๋“œ๋ฏผ ์„œ๋ฒ„ ๊ทธ๋ž˜๋“ค implementation("org.springframework.boot:spring-boot-starter-security:2.5.6") // https://mvnrepository.com/artifac

Server & Web App of Tolgee localization toolkit
Server & Web App of Tolgee localization toolkit

Server & Web App of Tolgee localization toolkit

The RuneTopic game server implementation that hosts and processes a game world.

RuneTopic Game Server The RuneTopic game server implementation that hosts and processes a game world. Setup Guide You can host a game server with Dock

Owner
TheEvilRoot
TheEvilRoot
Allowing server admins to backdoor their own server!

DiscordBackdoorBot Allowing server admins to backdoor their own server! What does Discord Backdoor Bot do? Discord Backdoor bot allows the bot owner t

Awesomemoder316 1 Jun 8, 2022
๐ŸŒฑ A test implementation of a Minecraft server using RESTful API taking advantage of the interoperability between Kotlin and Java.

?? Norin A test implementation of a Minecraft server using RESTful API taking advantage of the interoperability between Kotlin and Java. This project

Gabriel 1 Jan 4, 2022
Backend API Server for CS-Broker ( ์†Œํ”„ํŠธ์›จ์–ด ๋งˆ์—์ŠคํŠธ๋กœ 13๊ธฐ - ํŒ€ ๋ชฌ์Šคํ…Œ๋ผ )

CS-Broker CS ๋ฌธ์ œ๋ฅผ ๊ณต๋ถ€ํ•˜๊ณ  ํ’€์ดํ•  ์ˆ˜ ์žˆ๋Š” CS Broker ์„œ๋น„์Šค๋ฅผ ์œ„ํ•œ ์„œ๋ฒ„์ž…๋‹ˆ๋‹ค. ์‚ฌ์šฉ ๊ธฐ์ˆ  Spring Boot, Kotlin, Gradle, JPA, Docker, Redis, MariaDB, AWS Infra Structure ์ปดํฌ๋„ŒํŠธ ๊ตฌ์„ฑ๋„ C

null 14 Dec 15, 2022
A kotlin based server for the milky store mobile application

Milky Store backend server A kotlin ?? ?? based backend server to power up the milky store android application FEATURES : Secure serialisation ?? lead

The X 3 Oct 21, 2021
The Okila server project uses the Spring boot framework and uses the Kotlin language

Okila-Server The Okila server project uses the Spring boot framework and uses the Kotlin language Format Response //The response successfully format

Nankai 1 Oct 25, 2021
Provides Ktor Server libs for building awesome Kotlin plugins which needs to provide builtin HTTP servers

Ktor Plugin Provides Ktor Server libs for building awesome Kotlin plugins which needs to provide builtin HTTP servers. Requires: https://github.com/Po

null 0 Nov 13, 2021
Kotlin async server template with coroutines and zero deps

kotlin-server At attempt to very light-weight non-blocking http app template with support for Kotlin coroutines. Zero dependencies - Java built-in jdk

Anton Keks 62 Dec 31, 2022
A Kotlin/Java library to connect directly to an Android device without an adb binary or an ADB server

dadb Blog Post: Our First Open-Source Project A Kotlin/Java library to connect directly to an Android device without an adb binary or an ADB server de

mobile.dev 791 Dec 20, 2022
Spring cloud eureka server with kotlin

spring-cloud-eureka-server-kotlin gradle ์ถ”๊ฐ€ // https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-netflix-eureka-se

null 1 Dec 7, 2021
Jikan-ga-aru-server - Kotlin implementation of jikan-ga-nai timesheet tracker

An exercise in implementing the Timesheet tracker (https://github.com/ultish/jik

null 0 Jan 6, 2022