1 / 3
I think I figured out my new favorite way of doing strongly typed network requests in Swift. Previously I was doing a big `Resources` enum, which had a case for each path on the server, and a whole slew of type aliases for Request/Response types. 1/2
1 likes 1 replies
?