filmov
tv
Building a Modern Networking Layer In Swift: Fetching a List of Episodes
Показать описание
We start this series by making a simple GET request to the mock API to fetch the list of episodes. We won't be using a third party library. One of the goals of this series is to show you how to build a modern networking layer that relies on Foundation's URLSession API. It is simpler than you might think.