aboutsummaryrefslogtreecommitdiff
path: root/foray/Fetchers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up force unwraps and letsNicholas Tay2022-07-171-6/+8
| | | | | | Wow, I didn't know `if let` was a thing back then, haha. Also made UIImage a bit safer in case asset is missing by unwrapping in one common place.
* Experiment with async/awaitNicholas Tay2022-07-171-16/+11
| | | | | Note that URLSession async only works >=iOS 15. I changed the target for now, but may mess with continuations.
* Reorganise: NetworkManager -> Fetcher, Models -> dedicated groupsNicholas Tay2022-03-251-0/+49