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

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