mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +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",
|
||||
description: "a Go client.",
|
||||
},
|
||||
{
|
||||
name: "Pythörhead",
|
||||
link: "https://github.com/db0/pythorhead",
|
||||
description: "Python SDK",
|
||||
},
|
||||
];
|
||||
|
||||
const VOYAGER: AppDetails = {
|
||||
|
|
Loading…
Reference in a new issue