From 7676d816b3cd5f6c678f64784e88e81a52eec370 Mon Sep 17 00:00:00 2001 From: Divided by Zer0 Date: Mon, 29 Jan 2024 01:57:58 +0100 Subject: [PATCH] feat: add link to pythorhead (#298) --- src/shared/components/app-definitions.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index c53b5bd..2ef206e 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -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 = {