mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
feat: add link to pythorhead (#298)
This commit is contained in:
parent
2918ea6638
commit
7676d816b3
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ export const API_LIBRARIES: ApiLibrary[] = [
|
||||||
link: "https://github.com/Arsen6331/go-lemmy",
|
link: "https://github.com/Arsen6331/go-lemmy",
|
||||||
description: "a Go client.",
|
description: "a Go client.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Pythörhead",
|
||||||
|
link: "https://github.com/db0/pythorhead",
|
||||||
|
description: "Python SDK",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const VOYAGER: AppDetails = {
|
const VOYAGER: AppDetails = {
|
||||||
|
|
Loading…
Reference in a new issue