Adding kotlin and rust lemmy API clients. (#300)

* Adding kotlin and rust lemmy API clients.

* Forgot period.
This commit is contained in:
Dessalines 2024-02-15 08:59:19 -05:00 committed by GitHub
parent 73a9bae2ff
commit f542560466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,16 @@ export const API_LIBRARIES: ApiLibrary[] = [
link: "https://github.com/LemmyNet/lemmy-js-client",
description: "a javascript / typescript client.",
},
{
name: "LemmyBackwardsCompatibleAPI",
link: "https://github.com/MV-GH/LemmyBackwardsCompatibleAPI",
description: "a Kotlin multiplatform Backward compatible Lemmy API.",
},
{
name: "lemmy-client-rs",
link: "https://github.com/SleeplessOne1917/lemmy-client-rs",
description: "a Rust client for Lemmy.",
},
{
name: "lemmy_api_client",
@ -53,7 +63,7 @@ export const API_LIBRARIES: ApiLibrary[] = [
{
name: "Pythörhead",
link: "https://github.com/db0/pythorhead",
description: "Python SDK",
description: "a Python client.",
},
];