From 92fc64694adaefb051e82b65f9f018c9dae726dd Mon Sep 17 00:00:00 2001 From: hlassiege Date: Fri, 25 Apr 2025 11:44:54 +0900 Subject: [PATCH] Update sdks.md: add client for java/kotlin (#2426) --- docs/docs/content/apis/sdks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/content/apis/sdks.md b/docs/docs/content/apis/sdks.md index f91dbc88..c961ae8c 100644 --- a/docs/docs/content/apis/sdks.md +++ b/docs/docs/content/apis/sdks.md @@ -19,3 +19,4 @@ A list of 3rd party client libraries and SDKs that have been written for listmon - [listmonk-nodejs-api](https://github.com/mihairaulea/listmonk-nodejs-api) — NodeJS API client - [listmonk-laravel](https://github.com/theafolayan/listmonk-laravel) — Laravel API Client - [nuxt-listmonk](https://github.com/roncallyt/nuxt-listmonk) — Listmonk module for Nuxt.js +- [listmonk-japi](https://codeberg.org/hlassiege/listmonk-japi) - Listmonk client for Java/kotlin