Form
This commit is contained in:
6
.vscode/dashkiosk.hurl
vendored
6
.vscode/dashkiosk.hurl
vendored
@ -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"
|
||||
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -1,4 +1,11 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.ffs_gui": "xml",
|
||||
"*.hurl": "http",
|
||||
"*.org": "ini",
|
||||
"*.net": "ini",
|
||||
"default": "ini"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"gitea",
|
||||
"Immich",
|
||||
|
Reference in New Issue
Block a user