mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 09:43:18 +08:00
7 lines
184 B
HTTP
7 lines
184 B
HTTP
GET {{triliumHost}}/etapi/app-info
|
|
Authorization: {{authToken}}
|
|
|
|
> {%
|
|
client.assert(response.status === 200);
|
|
client.assert(response.body.clipperProtocolVersion === "1.0");
|
|
%}
|