Thanks to visit codestin.com
Credit goes to github.com

Skip to content

T1000-Swift-Hail/WEEK-07_HW_WEB_SERVICES

Repository files navigation

WEEK-07_HW_WEB_SERVICES

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.

Your applicaiton should use :

Sample response from the above api link:

{"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 .

When a user clicks on the "Show New" button, your application should fetch the json data from the above link and then display the pet image .

Your application should look similar to this app:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published