aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayItems.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust YearSection to just IntNicholas Tay2022-03-221-1/+1
| | | | | Was a bit awkward to have it as a Date normalised to first day of the year
* Split structs into other file, split networking outNicholas Tay2022-03-201-0/+25
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 :^)