I\'m trying to learn about working with APIs in Swift. As a good first test, I figured I\'d hit the itunes API and just return some search results. I\'m in playground using the
Swift 3 code:
import PlaygroundSupport PlaygroundPage.current.needsIndefiniteExecution = true