summaryrefslogtreecommitdiff
path: root/src/api/OlympicsAPI.cpp
AgeCommit message (Collapse)Author
2024-08-26Compacted competitors into one object, deleted API class (now in sportmodel).Steru
2024-08-04Added method to get medal winners. Adjusted sort result method to also work ↵Steru
with the medal winners.
2024-08-03Added another filter and sort functions. Also using mock data to test.Steru
2024-08-02Extracted API call in seperate class. Started class to handle data and ↵Steru
filter (Sport).