feat: TemperaturesController

This commit is contained in:
Piotr Dec 2024-07-16 21:57:52 +02:00
parent 2a3bfb3a5b
commit b34f5b3301
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 25 additions and 0 deletions

View file

@ -36,3 +36,8 @@ Write an application that, at the endpoint specified by you, returns the yearly
}
]
```
## Usage
Temperature statistics endpoint: `/api/temperatures/{city}`
Returns HTTP 200 when city is found, 404 otherwise.