cs11dotnet7/vscode/PracticalApps/RestClientTests/get-customers.http
2022-03-13 16:17:01 +00:00

11 lines
336 B
HTTP

GET https://localhost:5001/api/customers/ HTTP/1.1
###
GET https://localhost:5001/api/customers/?country=Germany HTTP/1.1
###
GET https://localhost:5001/api/customers/?country=USA HTTP/1.1
Accept: application/xml
###
GET https://localhost:5001/api/customers/ALFKI HTTP/1.1
###
GET https://localhost:5001/api/customers/abcxy HTTP/1.1