Writing a Networking Library with Combine, Codable and Swift 5
Most of our apps rely on network calls to work, and thanks to URLSession and Codable, consuming REST APIs has become a lot easier these days. That said, we are still writing quite a bit of code to deal with async calls, JSON encoding and decoding, HTTP error handling, and more.
Read full post “Writing a Networking Library with Combine, Codable and Swift 5”