feat: TemperaturesController
This commit is contained in:
parent
2a3bfb3a5b
commit
b34f5b3301
2 changed files with 25 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue