Need to fix date format

This commit is contained in:
2024-11-18 21:08:13 -07:00
commit 2391462500
32 changed files with 1502 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# @name create
POST {{host}}/asset
Authorization: Bearer {{token}}
Content-Type: application/json
{
"Name": "Mike 1001",
"Category": "Person",
"SubCategory": "Male"
}
### get based on location header
GET {{create.response.headers.Location}}

View File

@ -0,0 +1,3 @@
GET {{host}}/assets
Authorization: Bearer {{token}}

View File

@ -0,0 +1,6 @@
@immich_to_slideshow_HostAddress = http://localhost:5243
GET {{immich_to_slideshow_HostAddress}}/weatherforecast/
Accept: application/json
###

1
requests/google.http Normal file
View File

@ -0,0 +1 @@
GET www.google.com