weathery/api.http
2022-03-24 09:57:45 +01:00

18 lines
198 B
HTTP

@url=http://localhost:8080
GET {{url}}
###
GET {{url}}/locations
###
POST {{url}}/locations
Content-Type: application/json
{
"name": "Bourg-Achard 2",
"lat": 49.443232,
"lon": 1.099971
}