added app-info method to etapi #2697

This commit is contained in:
zadam
2022-03-07 22:57:48 +01:00
parent c9e72f8fb9
commit eba824a5b1
6 changed files with 89 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
GET {{triliumHost}}/etapi/app-info
Authorization: {{authToken}}
> {%
client.assert(response.status === 200);
client.assert(response.body == "Hi there!");
%}