cs11dotnet7/vscode/PracticalApps/RestClientTests/get-customers.http

11 lines
336 B
Plaintext
Raw Permalink Normal View History

2022-03-13 17:17:01 +01:00
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