Last time, I mentioned something in passing: I need a new protocol. protocol Fetchable: Decodable { static var apiBase: String { get } } I need a …| robnapier.net