FlashcardAdvanced
REST Calls with async/await
Learn how URLSession's async data(from:) method makes REST API calls clean and readable.
Question
How do you make a REST API call using URLSession and async/await in Swift?
Click to reveal answer
Learn how URLSession's async data(from:) method makes REST API calls clean and readable.
How do you make a REST API call using URLSession and async/await in Swift?