From 2063981c9b50e02a394680d99afa6ab474406a50 Mon Sep 17 00:00:00 2001 From: Nriver <6752679+Nriver@users.noreply.github.com> Date: Sat, 19 Feb 2022 17:26:18 +0800 Subject: [PATCH] add link for trilium-py on ETAPI page --- ETAPI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ETAPI.md b/ETAPI.md index a37495c..535ab01 100644 --- a/ETAPI.md +++ b/ETAPI.md @@ -2,6 +2,8 @@ ETAPI is Trilium's public/external REST API. It is available since Trilium v0.50 The documentation is in OpenAPI format, available [here](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml). +[trilium-py](https://github.com/Nriver/trilium-py) is a third-party Python implementation for ETAPI client, you can use Python to communicate with Trilium. + ## Authentication All operations have to be authenticated using a token. You can get this token either from Options -> ETAPI or programmatically using the `/auth/login` REST call (see the [spec](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml)). \ No newline at end of file