Skip to content

Instantly share code, notes, and snippets.

@fmo91
Created May 28, 2018 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmo91/6f9619a35226f76ecb4e9b83da56c068 to your computer and use it in GitHub Desktop.
Save fmo91/6f9619a35226f76ecb4e9b83da56c068 to your computer and use it in GitHub Desktop.
GetAllUsers().execute(
onSuccess: { (users: [User]) in
// Do something with the users. They are already typed!
},
onError: { (error: Error) in
// Do something with the error.
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment