smaugfm / lunchmoney

Non-blocking JVM client for Lunchmoney developer API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lunchmoney

Maven Central License

Non-blocking client for Lunchmoney developer API for JVM-based languages.

Installation

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.smaugfm:lunchmoney:1.0.2")
}

Info

Written in Kotlin but without using suspending functions and coroutines for better interoperability with Java.

About

Non-blocking JVM client for Lunchmoney developer API

License:MIT License


Languages

Language:Kotlin 99.0%Language:Shell 1.0%