This commit is contained in:
2024-11-14 21:42:59 -07:00
commit 23fa7a553e
28 changed files with 1219 additions and 0 deletions

6
requests/OneReview.http Normal file
View File

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

View File

@ -0,0 +1,15 @@
# @name create
POST {{host}}/products
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}}/products/e3d7a2b3-4be8-47b4-8458-b08784511dca
Authorization: Bearer {{token}}

1
requests/google.http Normal file
View File

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