trilium/test-etapi/app-info.http

8 lines
166 B
Plaintext
Raw Normal View History

2022-03-08 05:57:48 +08:00
GET {{triliumHost}}/etapi/app-info
Authorization: {{authToken}}
> {%
client.assert(response.status === 200);
client.assert(response.body == "Hi there!");
%}