mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Adding kotlin and rust lemmy API clients. (#300)
* Adding kotlin and rust lemmy API clients. * Forgot period.
This commit is contained in:
parent
73a9bae2ff
commit
f542560466
1 changed files with 11 additions and 1 deletions
|
@ -39,6 +39,16 @@ export const API_LIBRARIES: ApiLibrary[] = [
|
||||||
link: "https://github.com/LemmyNet/lemmy-js-client",
|
link: "https://github.com/LemmyNet/lemmy-js-client",
|
||||||
description: "a javascript / typescript 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",
|
name: "lemmy_api_client",
|
||||||
|
|
||||||
|
@ -53,7 +63,7 @@ export const API_LIBRARIES: ApiLibrary[] = [
|
||||||
{
|
{
|
||||||
name: "Pythörhead",
|
name: "Pythörhead",
|
||||||
link: "https://github.com/db0/pythorhead",
|
link: "https://github.com/db0/pythorhead",
|
||||||
description: "Python SDK",
|
description: "a Python client.",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue