mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-04 13:57:37 +00:00
11 lines
336 B
Text
11 lines
336 B
Text
|
|
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
|