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.
|
@WebApi_HostAddress = http://localhost:5002
|
|
|
|
### Basic
|
|
GET {{WebApi_HostAddress}}/weatherforecast/
|
|
Accept: application/json
|
|
|
|
### Pizza Get
|
|
GET {{WebApi_HostAddress}}/pizza/
|
|
Accept: application/json
|
|
|
|
### Pizza Get by id
|
|
GET {{WebApi_HostAddress}}/pizza/1
|
|
Accept: application/json
|
|
|
|
### |