CSheesley / CSheesley/koroibos
Endpoints
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
GET api/v1/olympians
GET api/v1/olympians?age=youngest
GET api/v1/olympians?age=oldest
GET api/v1/olympian_stats
GET api/v1/events
GET api/v1/events/:id/medalists
Extra Endpoint of own choosing
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the route and handler entry points for GET api/v1/olympians, its youngest and oldest age queries, api/v1/olympian_stats, api/v1/events, and api/v1/events/:id/medalists. Confirm the response shape and requirements before implementing the listed endpoints and selecting the extra endpoint; done means each route behaves as specified and is covered by the project's checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100