added comments

This commit is contained in:
Proddy
2023-10-29 13:43:33 +01:00
parent 240b7dad32
commit f5cd92d567

View File

@@ -1,6 +1,7 @@
# testing EMS-ESP API # testing EMS-ESP API
# use with "REST Client" extension in Visual Studio Code # to be used with "REST Client" extension in Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
# 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 = http://ems-esp.local
@host_dev = http://ems-esp2.local @host_dev = http://ems-esp2.local