This commit is contained in:
2025-09-20 12:22:20 -07:00
parent 0d62d99c80
commit 26d604534a
6 changed files with 90 additions and 17 deletions

View File

@ -1,9 +1,8 @@
# "C:\Program Files\hurl\hurl.exe" basic.hurl
###
GET https://dashkiosk.phares.duckdns.org/api/display
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
@ -12,6 +11,7 @@ header "Content-Type" == "application/json; charset=utf-8"
GET https://dashkiosk.phares.duckdns.org/api/group
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
@ -20,6 +20,7 @@ header "Content-Type" == "application/json; charset=utf-8"
PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/2
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"
@ -28,6 +29,7 @@ header "Content-Type" == "application/json; charset=utf-8"
PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/1
Accept: application/json
HTTP 200
[Asserts]
header "Content-Type" == "application/json; charset=utf-8"