allieIsOkay / allieIsOkay/koroibos
Add youngest query parameter for Olympians endpoint
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
As a user,
I can submit a request to the endpoint `/api/v1/olympians` with a query parameter of `age=youngest` and receive the youngest Olympian in the system, formatted identically to the normal index.
Sample response:
``` JSON
{
[
{
"name": "Ana Iulia Dascl",
"team": "Romania",
"age": 13,
"sport": "Swimming"
"total_medals_won": 0
}
]
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.