aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayNetworkManager.swift (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-25Reorganise: NetworkManager -> Fetcher, Models -> dedicated groupsNicholas Tay1-51/+0
2022-03-25getData -> fetch, try threading, move logic aroundNicholas Tay1-16/+17
2022-03-20Split structs into other file, split networking outNicholas Tay1-0/+50
It isn't much so far, as it is just effectively the API retrieval function extracted from the TableViewController. But this should also allow other VCs to get from API too if required :^)