API request with pictures

Can you do a tutorial using the api
https://api.nasa.gov/
Which shows a picture of the day from NASA

This tutorial may help!

Thanks for the suggestion. The video used UIKit and I wanted to use SwiftUI for this, but I think its going to be useful anyway.

There is a free series of SwiftUI tutorials courtesy of Paul Hudson and the course is called “100 Days Of SwiftUI”.

Link here: https://www.hackingwithswift.com/100/swiftui

You will find a project or two where API’s are used so take a look. Project 14 covers API’s with URLSession and that project starts at Day 68.

Thanks Chris - I have seen those videos and they are good, I’m keen though to get another viewpoint on how to do the same task as I find that helps me grasp the language better.