2022-03-07 22:57:48 +01:00
|
|
|
GET {{triliumHost}}/etapi/app-info
|
|
|
|
Authorization: {{authToken}}
|
|
|
|
|
|
|
|
> {%
|
|
|
|
client.assert(response.status === 200);
|
2022-10-08 20:59:11 +02:00
|
|
|
client.assert(response.body.clipperProtocolVersion === "1.0");
|
2022-03-07 22:57:48 +01:00
|
|
|
%}
|