Csharp-API-Template/Simple API.http

10 lines
194 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
###
2024-10-03 21:16:50 +00:00
PUT {{Simple_API_HostAddress}}/test/put
Authorization: Bearer
###