You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
283 B

1 year ago
@WebApi_HostAddress = http://localhost:5002
1 year ago
### Basic
1 year ago
GET {{WebApi_HostAddress}}/weatherforecast/
Accept: application/json
1 year ago
### Pizza Get
GET {{WebApi_HostAddress}}/pizza/
Accept: application/json
### Pizza Get by id
GET {{WebApi_HostAddress}}/pizza/1
Accept: application/json
###