Csharp-API-Template/Simple API.http
2024-10-03 23:16:50 +02:00

10 lines
194 B
HTTP

@Simple_API_HostAddress = http://localhost:5094
GET {{Simple_API_HostAddress}}/weatherforecast/
Accept: application/json
###
PUT {{Simple_API_HostAddress}}/test/put
Authorization: Bearer
###