mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 05:11:16 +00:00
Use the Thunder team's Dart client (#293)
This commit is contained in:
parent
5fc78400df
commit
0c2ac063a1
1 changed files with 3 additions and 3 deletions
|
@ -40,10 +40,10 @@ export const API_LIBRARIES: ApiLibrary[] = [
|
|||
description: "a javascript / typescript client.",
|
||||
},
|
||||
{
|
||||
name: "lemmy-dart client",
|
||||
name: "lemmy_api_client",
|
||||
|
||||
link: "https://github.com/LemmurOrg/lemmy_api_client",
|
||||
description: "a dart / flutter client.",
|
||||
link: "https://github.com/thunder-app/lemmy_api_client",
|
||||
description: "a Dart / Flutter client.",
|
||||
},
|
||||
{
|
||||
name: "go-lemmy",
|
||||
|
|
Loading…
Reference in a new issue