trilium/test-etapi/app-info.http
2022-03-07 22:57:48 +01:00

8 lines
166 B
HTTP

GET {{triliumHost}}/etapi/app-info
Authorization: {{authToken}}
> {%
client.assert(response.status === 200);
client.assert(response.body == "Hi there!");
%}