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