SPSandesh Pawarinfetch-data-using-urlsession-in-ios.hashnode.dev·4d ago · 1 min readFetch Data Using URLSession In swift (iOS)Before diving into making requests and mapping data to models first lets understand what is the URLSession? It’s Swift’s built-in API to make network requests (like fetching data from the internet). 00