From f5cd92d56771d5c2b121efee74df95017796fce6 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 29 Oct 2023 13:43:33 +0100 Subject: [PATCH] added comments --- scripts/api_test.http | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/api_test.http b/scripts/api_test.http index 6a0baa97e..07d6f49c2 100755 --- a/scripts/api_test.http +++ b/scripts/api_test.http @@ -1,6 +1,7 @@ # testing EMS-ESP API -# use with "REST Client" extension in Visual Studio Code -# https://marketplace.visualstudio.com/items?itemName=humao.rest-client +# to be used with "REST Client" extension in Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=humao.rest-client) +# Open this file in VSC, modify the token, go to the API call and click on 'Send Request' (or Ctrl+Alt+R) +# The response will be shown in the right panel @host = http://ems-esp.local @host_dev = http://ems-esp2.local