This commit is contained in:
2025-09-20 13:34:15 -07:00
parent 0d62d99c80
commit 4ddc8dae7e
6 changed files with 98 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"

View File

@ -1,4 +1,11 @@
{
"files.associations": {
"*.ffs_gui": "xml",
"*.hurl": "http",
"*.org": "ini",
"*.net": "ini",
"default": "ini"
},
"cSpell.words": [
"gitea",
"Immich",