iOS development with Swift for beginners – Http request (getting data from API) with URLSession



iOS development with Swift for beginners – Http request (getting data from API) with URLSession

iOS development with Swift for beginners - Http request (getting data from API) with URLSession

In this video we’re gonna learn how to make http requests for our app. We implement an app that use URLSession to retrieve data from an API and display on our app.

API link: https://www.boredapi.com/

Comments are closed.