aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayNetworkManager.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise: NetworkManager -> Fetcher, Models -> dedicated groupsNicholas Tay2022-03-251-51/+0
|
* getData -> fetch, try threading, move logic aroundNicholas Tay2022-03-251-16/+17
|
* Split structs into other file, split networking outNicholas Tay2022-03-201-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 :^)