weathery/api.http
2022-02-24 11:48:49 +01:00

16 lines
157 B
HTTP

@url=http://localhost:8080
GET {{url}}
###
GET {{url}}/locations
###
POST {{url}}/locations
Content-Type: application/json
{
"name": "Bourg-Achard"
}