allieIsOkay / allieIsOkay/koroibos
Add Olympian Stats endpoint
Aperta
- Lingua principale
- JavaScript
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
As a user,
I can submit a request to the endpoint `/api/v1/olympian_stats` and receive statistics regarding all of the olympians in the system.
The response should be formatted as follows:
``` JSON
{
"olympian_stats": {
"total_competing_olympians": 3120
"average_weight:" {
"unit": "kg",
"male_olympians": 75.4,
"female_olympians": 70.2
}
"average_age:" 26.2
}
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.