milevy1 / koroibos

Elixir Phoenix API of 2016 Olympic athlete data
https://koroibos-elixir.herokuapp.com/api/v1/olympians
1 stars 0 forks source link

GET /api/v1/olympians #22

Closed milevy1 closed 5 years ago

milevy1 commented 5 years ago

What functionality does this accomplish?

closes #5

Description: Adds GET api/v1/olympians

//Response Format
{
  "olympians":
    [
      {
        "name": "Maha Abdalsalam",
        "team": "Egypt",
        "age": 18,
        "sport": "Diving"
        "total_medals_won": 0
      },
      {
        "name": "Ahmad Abughaush",
        "team": "Jordan",
        "age": 20,
        "sport": "Taekwondo"
        "total_medals_won": 1
      },
      {...}
    ]
}

Helpful Resources:

Please include an emoji of how you feel about this branch:

🐝