Csharp-API-Template/Simple API.http

10 lines
195 B
Plaintext
Raw Normal View History

2024-10-01 16:50:41 +00:00
@Simple_API_HostAddress = http://localhost:5094
GET {{Simple_API_HostAddress}}/weatherforecast/
Accept: application/json
###
GET {{Simple_API_HostAddress}}/test/get
Authorization: Bearer 1
###