allieIsOkay / allieIsOkay/koroibos
Add Olympian Stats endpoint
未关闭
- 主要语言
- JavaScript
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
}
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。