Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 10:05
Show Gist options
  • Save chriswebb09/3d4d7e8102facf8309257c3499e25838 to your computer and use it in GitHub Desktop.
Save chriswebb09/3d4d7e8102facf8309257c3499e25838 to your computer and use it in GitHub Desktop.
import UIKit
import PlaygroundSupport
PlaygroundPage.current.needsIndefiniteExecution = true
class APIClient {
typealias JSON = [String: Any]
// search functionality stuff
}
APIClient.search(for: "new", page: 1) { movieData, error in
print(movieData)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment