Skip to content

Instantly share code, notes, and snippets.

@gtokman
Last active October 6, 2021 23:43
Show Gist options
  • Save gtokman/798a6114fd7c8ee27c8cfc76728ff15a to your computer and use it in GitHub Desktop.
Save gtokman/798a6114fd7c8ee27c8cfc76728ff15a to your computer and use it in GitHub Desktop.
Task {
let (data, _) = try! await session.data(for: request)
let result = try! JSONDecoder().decode(SearchResult.self, from: data)
self.businesses = result.businesses
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment