Skip to content

Instantly share code, notes, and snippets.

@luyzdeleon
Created September 7, 2018 14:53
Show Gist options
  • Save luyzdeleon/f26f6fa254668df10470ad2cc3a493c0 to your computer and use it in GitHub Desktop.
Save luyzdeleon/f26f6fa254668df10470ad2cc3a493c0 to your computer and use it in GitHub Desktop.
Execute query Pocket
Pocket.shared.executeQuery(query: query) { (queryResponse, error) in
if error != nil {
return
}
// Do something with the queryResponse.result.value()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment