mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
11 lines
336 B
HTTP
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
|