Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 669 Bytes

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.1.0")
}

Info

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