Question d’entretien chez Priceline.com

How do you make an API call?

Réponse à la question d'entretien

Utilisateur anonyme

19 oct. 2018

Use URLSession and spin off a data task, then handle the response and guard against any errors. Seemed fine.