Using what you learned in web services ( URLSession ) , create an app that will display a random Pet image each time you click on the button.
- URLSession
- the url for the api : https://dog.ceo/api/breeds/image/random
{"message":"https:\/\/images.dog.ceo\/breeds\/terrier-lakeland\/n02095570_199.jpg","status":"success"}
note : the url link for the image is in the message key .