mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
add link for trilium-py on ETAPI page
parent
c185c52dd3
commit
2063981c9b
1 changed files with 2 additions and 0 deletions
2
ETAPI.md
2
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)).
|
Loading…
Reference in a new issue