Skip to content

Instantly share code, notes, and snippets.

@jeziellago
Last active August 13, 2018 00:55
Show Gist options
  • Save jeziellago/8956ab08e2fd3417e8d128df55d55d85 to your computer and use it in GitHub Desktop.
Save jeziellago/8956ab08e2fd3417e8d128df55d55d85 to your computer and use it in GitHub Desktop.
fun performRequest() {
api.request(
call = service.getUser("jeziellago"),
onSuccess = { user -> // fazer algo com o usuário },
onFailure = { error -> // exibir o erro }
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment